This commit is contained in:
parent
86eacc7037
commit
593fe14c1f
12
Mesa.changes
12
Mesa.changes
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 15 18:25:09 CEST 2009 - sndirsch@suse.de
|
||||
|
||||
- Mesa 7.4.2
|
||||
* Fixed segfault when rendering to front buffer with DRI 1.
|
||||
* Fixed swrast texture rectangle bug when wrap mode =
|
||||
GL_CLAMP_TO_BORDER and filter mode = GL_LINEAR. (bug 21461)
|
||||
* Fixed texture object mem leak during context destruction.
|
||||
* Fixed a state validation bug in glCopyTex[Sub]Image()
|
||||
* Fixed some i965 GLSL bugs.
|
||||
* Fixed an R300 driver texture object bad memory reference.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 22 14:12:35 CEST 2009 - sndirsch@suse.de
|
||||
|
||||
|
13
Mesa.spec
13
Mesa.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package Mesa (Version 7.4.1)
|
||||
# spec file for package Mesa (Version 7.4.2)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -32,7 +32,7 @@ Obsoletes: XFree86-Mesa-64bit
|
||||
Obsoletes: Mesa-64bit
|
||||
%endif
|
||||
#
|
||||
Version: 7.4.1
|
||||
Version: 7.4.2
|
||||
Release: 1
|
||||
Summary: Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL
|
||||
Source: MesaLib-%{version}.tar.bz2
|
||||
@ -211,6 +211,15 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri May 15 2009 sndirsch@suse.de
|
||||
- Mesa 7.4.2
|
||||
* Fixed segfault when rendering to front buffer with DRI 1.
|
||||
* Fixed swrast texture rectangle bug when wrap mode =
|
||||
GL_CLAMP_TO_BORDER and filter mode = GL_LINEAR. (bug 21461)
|
||||
* Fixed texture object mem leak during context destruction.
|
||||
* Fixed a state validation bug in glCopyTex[Sub]Image()
|
||||
* Fixed some i965 GLSL bugs.
|
||||
* Fixed an R300 driver texture object bad memory reference.
|
||||
* Wed Apr 22 2009 sndirsch@suse.de
|
||||
- no longer package static libGL/libGLU; can't work any longer
|
||||
due to static X libraries having been removed
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd8b0898a8d343254e81309fb83f496f354d84798bf2fe0f03abaa58bab2f931
|
||||
size 1383726
|
3
MesaDemos-7.4.2.tar.bz2
Normal file
3
MesaDemos-7.4.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:639bdbf531900b3e8b562853d68b3ec355cb1395e216662fe32ff26257496a2f
|
||||
size 1431153
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da7685247eeb54d744c57aa14b60e7ac26020fc82123258bb345ba2840997149
|
||||
size 3442241
|
3
MesaLib-7.4.2.tar.bz2
Normal file
3
MesaLib-7.4.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f635606caab1160fb42702fd0b7f74263a98213d3ee5f2727b3978f43a3032d
|
||||
size 3424454
|
Loading…
Reference in New Issue
Block a user