From: Brian Paul Date: Mon, 28 Sep 2009 15:38:50 +0000 (-0600) Subject: docs: document gallium mipmap generation fix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c7d0f0b46c16de1ae575446f2471cf297acacb29;p=mesa.git docs: document gallium mipmap generation fix --- diff --git a/docs/relnotes-7.5.2.html b/docs/relnotes-7.5.2.html index b638c0517dd..40b4ae85ef9 100644 --- a/docs/relnotes-7.5.2.html +++ b/docs/relnotes-7.5.2.html @@ -49,6 +49,7 @@ tbd (such as bug 23946)
  • 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.