SHA256
1
0
forked from pool/Mesa
OBS User unknown
2009-06-20 04:12:00 +00:00
committed by Git OBS Bridge
parent 593fe14c1f
commit f743c67451
6 changed files with 52 additions and 10 deletions

View File

@@ -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