diff options
author | Brian Paul <brianp@vmware.com> | 2009-09-28 09:43:42 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-09-28 09:43:42 -0600 |
commit | fc613848e6f8f1c5405a7612b00a02ac2a794b80 (patch) | |
tree | 63e23ba0a191064aa7dc8364ed5e7fdf186f39ba /docs | |
parent | c7d0f0b46c16de1ae575446f2471cf297acacb29 (diff) |
docs: list additional 7.5.2 bug fixes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes-7.5.2.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/relnotes-7.5.2.html b/docs/relnotes-7.5.2.html index 40b4ae85ef..0832e11bb4 100644 --- a/docs/relnotes-7.5.2.html +++ b/docs/relnotes-7.5.2.html @@ -50,6 +50,9 @@ tbd <li>glUseProgram() is now compiled into display lists (bug 23746). <li>glUniform functions are now compiled into display lists <li>Auto mipmap generation didn't work reliably with Gallium. +<li>Fixed random number usage in GLX code. +<li>Fixed invalid GL_OUT_OF_MEMORY error sometimes raised by glTexSubImage2D + when using Gallium. </ul> |