diff options
author | Brian Paul <brianp@vmware.com> | 2010-01-06 18:19:42 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-01-06 18:20:17 -0700 |
commit | 73bd4000160663db8c0c1d5918984a5b9268e9a0 (patch) | |
tree | 466495fae62d09b8469fcbffe840c04c1379c01d /docs | |
parent | cb3cb96fbd3279bf3dd50439444c4c064ed6f748 (diff) | |
download | mesa-73bd4000160663db8c0c1d5918984a5b9268e9a0.tar.gz |
docs: document a mipmap generation bug fix
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes-7.7.1.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes-7.7.1.html b/docs/relnotes-7.7.1.html index 61a11675749..ce9c68f10e2 100644 --- a/docs/relnotes-7.7.1.html +++ b/docs/relnotes-7.7.1.html @@ -41,6 +41,7 @@ tbd <li>Assorted fixes to VMware SVGA gallium driver. <li>Fixed broken blending to multiple color buffers in swrast driver. <li>Allocate constants more tightly in GL_ARB_vertex/fragment parser. +<li>Fixed mipmap generation bug caused by invalid viewport state. </ul> |