diff options
author | Brian Paul <brianp@vmware.com> | 2010-02-15 08:57:34 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-02-15 08:57:34 -0700 |
commit | 3be1c11001be872a6850607955e61e82a470c064 (patch) | |
tree | 1203405187f553ded5d0495047ee24d2eca27e43 | |
parent | 36a54885a4b2eb2b23361f2add3d66e385a322cf (diff) |
docs: document glMultiDrawElements() fix
(cherry picked from commit ab6bcef99a53217db752659ace105ddfd9b25ebb)
-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 959efd9e57..c3d42c1d54 100644 --- a/docs/relnotes-7.7.1.html +++ b/docs/relnotes-7.7.1.html @@ -44,6 +44,7 @@ tbd <li>Fixed mipmap generation bug caused by invalid viewport state. <li>Gallium SSE codegen for XPD didn't always work. <li>Fixed Windows build. +<li>Fixed broken glMultiDrawElements(). </ul> |