From: Brian Paul Date: Thu, 7 Jan 2010 01:19:42 +0000 (-0700) Subject: docs: document a mipmap generation bug fix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=73bd4000160663db8c0c1d5918984a5b9268e9a0;p=mesa.git docs: document a mipmap generation bug fix --- 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
  • Assorted fixes to VMware SVGA gallium driver.
  • Fixed broken blending to multiple color buffers in swrast driver.
  • Allocate constants more tightly in GL_ARB_vertex/fragment parser. +
  • Fixed mipmap generation bug caused by invalid viewport state.