docs: update docs with 7.7.1 and 7.8 release info
authorBrian Paul <brianp@vmware.com>
Tue, 23 Mar 2010 15:23:26 +0000 (09:23 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 23 Mar 2010 15:24:13 +0000 (09:24 -0600)
docs/news.html
docs/relnotes-7.7.1.html
docs/relnotes-7.8.html

index 0a0be715c1be226181a9822eaf55c50fc67d7399..a60d7a87d88ec569a206e276eaa2cfd88213a4f4 100644 (file)
 
 <H1>News</H1>
 
+
+<h2>March 26, 2010</h2>
+<p>
+<a href="relnotes-7.7.1.html">Mesa 7.7.1</a> is released.  This is a bug-fix
+release fixing issues found in the 7.7 release.
+</p>
+<p>
+Also, <a href="relnotes-7.8.html">Mesa 7.8</a> is released.  This is a new
+development release.
+</p>
+
+
+
 <h2>December 21, 2009</h2>
 <p>
 <a href="relnotes-7.6.1.html">Mesa 7.6.1</a> is released.  This is a bug-fix
index c3d42c1d546da95823e6ea98bf29da1f84a46837..46f4cac5637f481535e0738feaa6c43eef06969f 100644 (file)
@@ -8,7 +8,7 @@
 
 <body bgcolor="#eeeeee">
 
-<H1>Mesa 7.7.1 Release Notes / date tbd</H1>
+<H1>Mesa 7.7.1 Release Notes / March 26, 2010</H1>
 
 <p>
 Mesa 7.7.1 is a bug-fix release.
@@ -30,12 +30,6 @@ tbd
 </pre>
 
 
-<h2>New features</h2>
-<ul>
-<li>tbd
-</ul>
-
-
 <h2>Bug fixes</h2>
 <ul>
 <li>Assorted fixes to VMware SVGA gallium driver.
@@ -45,6 +39,12 @@ tbd
 <li>Gallium SSE codegen for XPD didn't always work.
 <li>Fixed Windows build.
 <li>Fixed broken glMultiDrawElements().
+<li>Silence bogus GL errors generated in glxinfo.
+<li>Fixed several render to texture bugs.
+<li>Assorted bug fixes in Mesa/Gallium state tracker including
+    glCopy/DrawPixels() to FBOs.
+<li>Assorted fixes to Gallium drivers.
+<li>Fixed broken glPush/PopClientAttrib() for vertex arrays in GLX code.
 </ul>
 
 
index ebe3d498b5762a9c060a66701981dde32f3b274f..eaf3a8d54a0306192946f384f20345ef40be4790 100644 (file)
@@ -8,7 +8,7 @@
 
 <body bgcolor="#eeeeee">
 
-<H1>Mesa 7.8 Release Notes / date TBD</H1>
+<H1>Mesa 7.8 Release Notes / March 26, 2010</H1>
 
 <p>
 Mesa 7.8 is a new development release.