This commit is contained in:
parent
593fe14c1f
commit
f743c67451
24
Mesa.changes
24
Mesa.changes
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 20 03:35:17 CEST 2009 - sndirsch@suse.de
|
||||||
|
|
||||||
|
- Mesa 7.4.3
|
||||||
|
* Fixed texture object reference counting bug (bug 21756)
|
||||||
|
* Allow depth/stencil textures to be attached to GL_STENCIL_ATTACHMENT point
|
||||||
|
(SF bug 2793846)
|
||||||
|
* Added missing glGet case for GL_VERTEX_ARRAY_BINDING_APPLE
|
||||||
|
* Fixed some OSMesa build issues
|
||||||
|
* Fixed a vertex buffer object crash
|
||||||
|
* Fixed broken glTexImage3D() when image type = GL_BITMAP
|
||||||
|
* Fixed some GLSL preprocessor bugs
|
||||||
|
* Fixed framebuffer mem leak in i945/i965 DRI drivers
|
||||||
|
* Fixed texture coordinate repeat bug in swrast (bug 21872)
|
||||||
|
* Fixed incorrect viewport clamping (lower bound is zero, not one)
|
||||||
|
* GLX fix for glean's makeCurrent test case
|
||||||
|
- obsoletes reverted applied mesa_7_4_branch-commit-63cde0e.diff
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 19 22:23:57 CEST 2009 - sndirsch@suse.de
|
||||||
|
|
||||||
|
- mesa_7_4_branch-commit-63cde0e.diff
|
||||||
|
* commit, which introduced a regression; revert it (bnc #504578)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 15 18:25:09 CEST 2009 - sndirsch@suse.de
|
Fri May 15 18:25:09 CEST 2009 - sndirsch@suse.de
|
||||||
|
|
||||||
|
26
Mesa.spec
26
Mesa.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package Mesa (Version 7.4.2)
|
# spec file for package Mesa (Version 7.4.3)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -21,7 +21,7 @@
|
|||||||
Name: Mesa
|
Name: Mesa
|
||||||
BuildRequires: gcc-c++ libdrm-devel libexpat-devel pkgconfig xorg-x11-devel
|
BuildRequires: gcc-c++ libdrm-devel libexpat-devel pkgconfig xorg-x11-devel
|
||||||
Url: http://www.mesa3d.org
|
Url: http://www.mesa3d.org
|
||||||
License: X11/MIT
|
License: MIT License (or similar)
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Provides: xorg-x11-Mesa intel-i810-Mesa Mesa7
|
Provides: xorg-x11-Mesa intel-i810-Mesa Mesa7
|
||||||
Obsoletes: xorg-x11-Mesa intel-i810-Mesa Mesa7
|
Obsoletes: xorg-x11-Mesa intel-i810-Mesa Mesa7
|
||||||
@ -32,7 +32,7 @@ Obsoletes: XFree86-Mesa-64bit
|
|||||||
Obsoletes: Mesa-64bit
|
Obsoletes: Mesa-64bit
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Version: 7.4.2
|
Version: 7.4.3
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL
|
Summary: Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL
|
||||||
Source: MesaLib-%{version}.tar.bz2
|
Source: MesaLib-%{version}.tar.bz2
|
||||||
@ -71,7 +71,7 @@ Authors:
|
|||||||
Brian Paul
|
Brian Paul
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: X11/MIT
|
License: MIT License (or similar)
|
||||||
Requires: Mesa = %version xorg-x11-devel
|
Requires: Mesa = %version xorg-x11-devel
|
||||||
Summary: Libraries, includes and more to develop Mesa applications
|
Summary: Libraries, includes and more to develop Mesa applications
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -211,6 +211,24 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 20 2009 sndirsch@suse.de
|
||||||
|
- Mesa 7.4.3
|
||||||
|
* Fixed texture object reference counting bug (bug 21756)
|
||||||
|
* Allow depth/stencil textures to be attached to GL_STENCIL_ATTACHMENT point
|
||||||
|
(SF bug 2793846)
|
||||||
|
* Added missing glGet case for GL_VERTEX_ARRAY_BINDING_APPLE
|
||||||
|
* Fixed some OSMesa build issues
|
||||||
|
* Fixed a vertex buffer object crash
|
||||||
|
* Fixed broken glTexImage3D() when image type = GL_BITMAP
|
||||||
|
* Fixed some GLSL preprocessor bugs
|
||||||
|
* Fixed framebuffer mem leak in i945/i965 DRI drivers
|
||||||
|
* Fixed texture coordinate repeat bug in swrast (bug 21872)
|
||||||
|
* Fixed incorrect viewport clamping (lower bound is zero, not one)
|
||||||
|
* GLX fix for glean's makeCurrent test case
|
||||||
|
- obsoletes reverted applied mesa_7_4_branch-commit-63cde0e.diff
|
||||||
|
* Tue May 19 2009 sndirsch@suse.de
|
||||||
|
- mesa_7_4_branch-commit-63cde0e.diff
|
||||||
|
* commit, which introduced a regression; revert it (bnc #504578)
|
||||||
* Fri May 15 2009 sndirsch@suse.de
|
* Fri May 15 2009 sndirsch@suse.de
|
||||||
- Mesa 7.4.2
|
- Mesa 7.4.2
|
||||||
* Fixed segfault when rendering to front buffer with DRI 1.
|
* Fixed segfault when rendering to front buffer with DRI 1.
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:639bdbf531900b3e8b562853d68b3ec355cb1395e216662fe32ff26257496a2f
|
|
||||||
size 1431153
|
|
3
MesaDemos-7.4.3.tar.bz2
Normal file
3
MesaDemos-7.4.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9c5b2b1fc0fed821488a5c407fd0a94fe707b63244f3f5cf352e53b09ca5c0dd
|
||||||
|
size 1383158
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0f635606caab1160fb42702fd0b7f74263a98213d3ee5f2727b3978f43a3032d
|
|
||||||
size 3424454
|
|
3
MesaLib-7.4.3.tar.bz2
Normal file
3
MesaLib-7.4.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:54b518fc7ff7f3baf756c56a6d717b0d8253b3650c359e03c395d67f12d0df81
|
||||||
|
size 3444642
|
Loading…
Reference in New Issue
Block a user