diff options
author | Brian Paul <brianp@vmware.com> | 2009-09-28 09:38:50 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-09-28 09:38:50 -0600 |
commit | c7d0f0b46c16de1ae575446f2471cf297acacb29 (patch) | |
tree | a5e623cbe53dd55ef2c650b99d2e6da494daadee | |
parent | c7fddaf6122da489f4430f6bc2211bcb4740f416 (diff) |
docs: document gallium mipmap generation fix
-rw-r--r-- | docs/relnotes-7.5.2.html | 1 |
1 files changed, 1 insertions, 0 deletions
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) <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. </ul> |