From fc613848e6f8f1c5405a7612b00a02ac2a794b80 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 28 Sep 2009 09:43:42 -0600 Subject: docs: list additional 7.5.2 bug fixes --- docs/relnotes-7.5.2.html | 3 +++ 1 file changed, 3 insertions(+) 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
  • glUseProgram() is now compiled into display lists (bug 23746).
  • glUniform functions are now compiled into display lists
  • Auto mipmap generation didn't work reliably with Gallium. +
  • Fixed random number usage in GLX code. +
  • Fixed invalid GL_OUT_OF_MEMORY error sometimes raised by glTexSubImage2D + when using Gallium. -- cgit v1.2.3