From: Brian Paul Date: Mon, 15 Feb 2010 15:57:34 +0000 (-0700) Subject: docs: document glMultiDrawElements() fix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3be1c11001be872a6850607955e61e82a470c064;p=mesa.git docs: document glMultiDrawElements() fix (cherry picked from commit ab6bcef99a53217db752659ace105ddfd9b25ebb) --- diff --git a/docs/relnotes-7.7.1.html b/docs/relnotes-7.7.1.html index 959efd9e57c..c3d42c1d546 100644 --- a/docs/relnotes-7.7.1.html +++ b/docs/relnotes-7.7.1.html @@ -44,6 +44,7 @@ tbd
  • Fixed mipmap generation bug caused by invalid viewport state.
  • Gallium SSE codegen for XPD didn't always work.
  • Fixed Windows build. +
  • Fixed broken glMultiDrawElements().