From 3ad108b77fbab2aa2cfda53f71ff9c6794842876 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 15 Sep 2009 14:38:52 -0600 Subject: docs: document glUseProgram display list fix --- docs/relnotes-7.5.2.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/relnotes-7.5.2.html b/docs/relnotes-7.5.2.html index ecdab29d5f..df0d8e307d 100644 --- a/docs/relnotes-7.5.2.html +++ b/docs/relnotes-7.5.2.html @@ -47,6 +47,7 @@ tbd
  • Fixed Gallium glDrawPixels(GL_STENCIL_INDEX) failure.
  • Fixed GLSL linker/preprocessor version directive issue seen in Wine (such as bug 23946) +
  • glUseProgram() is now compiled into display lists (bug 23746). -- cgit v1.2.3 From d9ddbc3f4762d05ef2c4e651f3164ead92e85cd5 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 15 Sep 2009 15:12:29 -0600 Subject: docs: glUniform functions are now compiled into display lists --- docs/relnotes-7.5.2.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/relnotes-7.5.2.html b/docs/relnotes-7.5.2.html index df0d8e307d..b638c0517d 100644 --- a/docs/relnotes-7.5.2.html +++ b/docs/relnotes-7.5.2.html @@ -48,6 +48,7 @@ tbd
  • Fixed GLSL linker/preprocessor version directive issue seen in Wine (such as bug 23946)
  • glUseProgram() is now compiled into display lists (bug 23746). +
  • glUniform functions are now compiled into display lists -- cgit v1.2.3