From 546214f3c8aa7c63df8c77267dab16831dc7f884 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 15 Jan 2004 15:47:57 +0000 Subject: tweaks for 6.0 release --- docs/news.html | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) (limited to 'docs/news.html') diff --git a/docs/news.html b/docs/news.html index b652012109..b98bc9c1d9 100644 --- a/docs/news.html +++ b/docs/news.html @@ -7,6 +7,33 @@

News

+

January 16, 2004

+ +

+Mesa 6.0 has been released. This is a stabilization of the 5.1 release +and primarily just incorporates bug fixes. +

+
+    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
+
+ + +

December 28, 2003

@@ -753,6 +780,6 @@ source code.


-$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 $ \ No newline at end of file -- cgit v1.2.3