Module: Mesa Branch: mesa_7_5_branch Commit: fc613848e6f8f1c5405a7612b00a02ac2a794b80 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fc613848e6f8f1c5405a7612b00a02ac2a794b80
Author: Brian Paul <[email protected]> Date: Mon Sep 28 09:43:42 2009 -0600 docs: list additional 7.5.2 bug fixes --- 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 40b4ae8..0832e11 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> _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
