From: Brian Paul Date: Tue, 15 Sep 2009 20:38:52 +0000 (-0600) Subject: docs: document glUseProgram display list fix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3ad108b77fbab2aa2cfda53f71ff9c6794842876;p=mesa.git docs: document glUseProgram display list fix --- diff --git a/docs/relnotes-7.5.2.html b/docs/relnotes-7.5.2.html index ecdab29d5f7..df0d8e307d5 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).