From e7c2ae476a55cda9d861522d2c2e404d50ad7f50 Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 13 Sep 2007 11:42:48 -0600 Subject: [PATCH] fix ARB fp/vp parsing bug 12313 --- docs/relnotes-7.0.2.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/relnotes-7.0.2.html b/docs/relnotes-7.0.2.html index 41eb393b2b2..09458da645d 100644 --- a/docs/relnotes-7.0.2.html +++ b/docs/relnotes-7.0.2.html @@ -39,6 +39,7 @@ Mesa 7.0.2 is a stable release with bug fixes since version 7.0.
  • Fixed an assortment of i965 driver bugs
  • Fixed and x86-64 vertex transformation bug (12216)
  • Fixed X server crash caused by multiple indirect rendering clients +
  • Parsing of state.texgen in ARB vertex/fragment programs didn't work (bug 12313)