From b58e38e936b2f7c332c1fd6168132276563b96f3 Mon Sep 17 00:00:00 2001 From: Brian Date: Tue, 12 Jun 2007 09:52:05 -0600 Subject: [PATCH] fix TEXTREL problem (bug 7459) --- docs/relnotes-7.0.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/relnotes-7.0.html b/docs/relnotes-7.0.html index 909851273af..6696579f3ef 100644 --- a/docs/relnotes-7.0.html +++ b/docs/relnotes-7.0.html @@ -12,6 +12,7 @@

Mesa 7.0 is a stable release, featuring OpenGL 2.1 API support. +A number of bugs have been fixed since the 6.5.3 release.

@@ -42,6 +43,7 @@ TBD
  • Fixed a positional light source bug (bug 11009)
  • Fixed point size attenuation problem (bug 11042)
  • glPopAttrib didn't restore texture object's LOD bias (bug 11049) +
  • Fixed a TLS / TEXTREL problem (bug 7459)