tweaks for 6.0 release
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 15 Jan 2004 15:47:57 +0000 (15:47 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 15 Jan 2004 15:47:57 +0000 (15:47 +0000)
docs/RELNOTES-6.0
docs/VERSIONS
docs/news.html

index 72681fe358280adfc21cc44445eeb64a4fcb6757..de01a879a4c9561ac57fbe9fe2c05df14e7af4f0 100644 (file)
@@ -1,7 +1,7 @@
 
                            Mesa 6.0 release notes
 
-                             January ??, 2004
+                             January 16, 2004
 
                               PLEASE READ!!!!
 
@@ -43,6 +43,7 @@ extensions.  These extensions were simply promoted to standard features:
    GL_ARB_occlusion_query extension
    GL_ARB_texture_non_power_of_two extension
    GL_ARB_vertex_buffer_object extension
+   GL_EXT_shadow_funcs
 
 
 
@@ -83,4 +84,4 @@ See the VERSIONS file for more details about bug fixes, etc. in Mesa 6.0.
 
 
 ----------------------------------------------------------------------
-$Id: RELNOTES-6.0,v 1.2 2004/01/07 14:51:30 brianp Exp $
+$Id: RELNOTES-6.0,v 1.3 2004/01/15 15:47:57 brianp Exp $
index ed508fd3855fc5fc94b12df220d597ef2786c4dd..a8e7730dad91dc5d69d3dce3da56faee101fd201 100644 (file)
@@ -1186,7 +1186,7 @@ Mesa Version History
        - disable SPARC asm code on Linux (bug 852204)
 
 
-6.0  January ??, 2004
+6.0  January 16, 2004
     New:
        - full OpenGL 1.5 support
        - updated GL/glext.h file to version 21
@@ -1198,7 +1198,8 @@ Mesa Version History
        - updated suno5-gcc configs
        - glColor3 functions sometimes resulted in undefined alpha values
        - fixed FP divide by zero error seen on VMS with xlockmore, others
-       - fixed program debug problem (bug 873011)
+       - fixed vertex/fragment program debug problem (bug 873011)
        - building on AIX with gcc works now
        - glDeleteProgramsARB failed for ARB fragment programs (bug 876160)
        - glDrawRangeElements tried to modify potentially read-only storage
+       - updated files for building on Windows
index b65201210970833e3b89e78480c33be9b51461e1..b98bc9c1d9d2b36242fa3c8e43276256da2c8cf6 100644 (file)
@@ -7,6 +7,33 @@
 <H1>News</H1>
 
 
+<h2>January 16, 2004</h2>
+
+<p>
+Mesa 6.0 has been released.  This is a stabilization of the 5.1 release
+and primarily just incorporates bug fixes.
+</p>
+<pre>
+    New:
+       - full OpenGL 1.5 support
+       - updated GL/glext.h file to version 21
+    Changes:
+       - changed max framebuffer size to 4Kx4K (MAX_WIDTH/HEIGHT in config.h)
+    Bug fixes:
+       - fixed bug in UNCLAMPED_FLOAT_TO_UBYTE macro; solves a color
+         clamping issue
+       - updated suno5-gcc configs
+       - glColor3 functions sometimes resulted in undefined alpha values
+       - fixed FP divide by zero error seen on VMS with xlockmore, others
+       - fixed vertex/fragment program debug problem (bug 873011)
+       - building on AIX with gcc works now
+       - glDeleteProgramsARB failed for ARB fragment programs (bug 876160)
+       - glDrawRangeElements tried to modify potentially read-only storage
+       - updated files for building on Windows
+</pre>
+
+
+
 <h2>December 28, 2003</h2>
 
 <p>
@@ -753,6 +780,6 @@ source code</a>.</p>
 
 
 <hr>
-$Id: news.html,v 3.11 2003/12/31 20:47:37 brianp Exp $
+$Id: news.html,v 3.12 2004/01/15 15:47:57 brianp Exp $
 </body>
 </html>
\ No newline at end of file