prep for 6.5.3 release
authorBrian <brian@yutani.localnet.net>
Wed, 18 Apr 2007 15:07:56 +0000 (09:07 -0600)
committerBrian <brian@yutani.localnet.net>
Wed, 18 Apr 2007 15:07:56 +0000 (09:07 -0600)
docs/download.html
docs/news.html
docs/relnotes-6.5.3.html
docs/thanks.html

index bf5fb24f2069a782b2ada0c4aa49328371185269..1afe64ef964b6b249b28923a8ca5e03a522197b1 100644 (file)
@@ -9,7 +9,7 @@
 <H1>Downloading</H1>
 
 <p>
-Last development release: <b>6.5.2</b>
+Last development release: <b>6.5.3</b>
 </p>
 
 <p>
index 721d65e1d7e6462193c60fb48653d286129d3682..88c0ebe0a3c8c65291f4873d2ae81adb75606f23 100644 (file)
 <H1>News</H1>
 
 
+<h2>April ?, 2007</h2>
+<p>
+<a href="relnotes-6.5.3.html">Mesa 6.5.3</a> is released.
+This is a development release which will lead up to the Mesa 7.0 release
+(which will advertise OpenGL 2.1 API support).
+</p>
+
+
 <h2>March 26, 2007</h2>
 <p>
 The new Shading Language compiler branch has been merged into the git
index d7249aec8fbb7f39c95e21c9dd8b5452e76f1cb7..b0da0c530b83dedc38a5d475b7c8f50f27a64df4 100644 (file)
@@ -8,10 +8,11 @@
 
 <body bgcolor="#eeeeee">
 
-<H1>Mesa 6.5.3 Release Notes / (in progress)</H1>
+<H1>Mesa 6.5.3 Release Notes / April ??, 2007</H1>
 
 <p>
-Mesa 6.5.3 is a 6.5 follow-on development release with many internal changes.
+Mesa 6.5.3 is a development release with many changes and new features.
+Mesa 7.0 is expected to follow shortly.
 </p>
 
 
@@ -23,10 +24,10 @@ TBD
 
 <h2>New features</h2>
 <ul>
-<li>OpenGL 2.0 support.
+<li>OpenGL 2.0 and 2.1 API support.
 <li>Entirely new Shading Language code generator.
 <li>Much faster software execution of vertex, fragment shaders.
-<li>New vertex buffer object infrastructure (replaces old array_cache code).
+<li>New vertex buffer object (vbo) infrastructure
 <li>Updated glext.h file (version 39)
 <li>Updated glxext.h file (version 18)
 <li>GL_MAX_DRAWBUFFERS is now 4 (software rendering) so
@@ -43,18 +44,21 @@ TBD
 <li>Overlapping glCopyPixels with negative Y zoom didn't work (bug 10521)
 <li>Fixed a number of framebuffer/renderbuffer reference counting bugs
 <li>Fixed a few bugs in software-emulated alpha planes
+<li>Assorted minor bug fixes in glCopy/DrawPixels, glPixelZoom, etc.
+<li>Assorted DRI driver bug fixes.
 </ul>
 
 
 <h2>Internal code changes</h2>
-
 <ul>
-<li>Massive changes to the Shading Language compiler.
-<li>The _MaintainTnlProgram, _MaintainTexEnvProgram, _TexEnvProgram and
-_TnlProgram fields have been moved.
-<li>The ctx->Vertex/FragmentProgram._Current fields point to the program
-in effect, whether it comes from a shader, user-program or generated
-fixed-function program.
+<li>Old array_cache module replaced by new vbo module.  All geometry
+rendering is now cast in the form of vertex buffer objects.
+<li>Massive changes to the Shading Language compiler and related state.
+<li>Vertex/fragment shaders are compiled into GPU instructions and
+programs very similar to GL_ARB_vertex/fragment_program.
+<li>Vertex and fragment programs are executed with the same code now.
+<li>The SSE-optimized vertex program path has been removed since it didn't
+support more than 12 temp registers, didn't support branching/looping, etc.
 </ul>
 
 
@@ -72,17 +76,17 @@ fixed-function program.
 Driver                 Status
 ---------------------- ----------------------
 DRI drivers            varies with the driver
-XMesa/GLX (on Xlib)    implements OpenGL 2.0
-OSMesa (off-screen)    implements OpenGL 2.0
-Glide (3dfx Voodoo1/2) implements OpenGL 1.3
-SVGA                   implements OpenGL 1.3
-Wind River UGL         implements OpenGL 1.3
+XMesa/GLX (on Xlib)    implements OpenGL 2.1
+OSMesa (off-screen)    implements OpenGL 2.1
 Windows/Win32          implements OpenGL 1.5
-DJGPP                  implements OpenGL 1.5
-GGI                    implements OpenGL 1.3
-BeOS                   implements OpenGL 1.5
-Allegro                        needs updating
-D3D                    needs updating
+Glide (3dfx Voodoo1/2) implements OpenGL 1.3
+SVGA                   unsupported
+Wind River UGL         unsupported
+DJGPP                  unsupported
+GGI                    unsupported
+BeOS                   unsupported
+Allegro                        unsupported
+D3D                    unsupported
 </pre>
 
 </body>
index 78b9e3e5ec655cbb635130fd3278c0ef324b00e8..2031788f0dc6960f89166bbc5b47eb4ce8a4c6ba 100644 (file)
@@ -42,7 +42,7 @@ WIDTH="88" HEIGHT="31" ALIGN="BOTTOM" ALT="Sourceforge.net" BORDER="0"></A>
 <br>
 <br>
 
-<li>The Mesa CVS repository is hosted by
+<li>The Mesa git repository is hosted by
 <a href="http://freedesktop.org/" target="_parent">freedesktop.org</a>.
 <br>
 <br>