From 6ec4a03b9fef4903b30bd0c9bfb43c2f32c98191 Mon Sep 17 00:00:00 2001
From: Brian
Date: Sat, 16 Dec 2006 11:09:14 -0700
Subject: initial release notes for 6.5.3
---
docs/relnotes-6.5.3.html | 77 ++++++++++++++++++++++++++++++++++++++++++++++++
docs/relnotes.html | 1 +
2 files changed, 78 insertions(+)
create mode 100644 docs/relnotes-6.5.3.html
(limited to 'docs')
diff --git a/docs/relnotes-6.5.3.html b/docs/relnotes-6.5.3.html
new file mode 100644
index 0000000000..e25e4809b3
--- /dev/null
+++ b/docs/relnotes-6.5.3.html
@@ -0,0 +1,77 @@
+
+
+Mesa Release Notes
+
+
+
+
+
+
+
+Mesa 6.5.3 Release Notes / (in progress)
+
+
+Mesa 6.5.3 is a 6.5 follow-on development release mostly consisting of
+bug fixes.
+
+
+
+MD5 checksums
+
+TBD
+
+
+
+New features
+
+
+Bug fixes
+
+Fog was errantly applied when a fragment shader was enabled (bug 9346)
+
+
+
+Internal code changes
+
+
+The _MaintainTnlProgram, _MaintainTexEnvProgram, _TexEnvProgram and
+_TnlProgram fields have been moved.
+ The ctx->FragmentProgram._Active field has been removed.
+ 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.
+ The _UseTexEnvProgram field has been removed.
+
+
+
+To Do (someday) items
+
+Switch to freeglut
+ Increase MAX_DRAWBUFFERS
+ Fix linux-glide target/driver.
+ Improved lambda and derivative calculation for frag progs.
+
+
+
+Driver Status
+
+
+Driver Status
+---------------------- ----------------------
+DRI drivers varies with the driver
+XMesa/GLX (on Xlib) implements OpenGL 1.5
+OSMesa (off-screen) implements OpenGL 1.5
+Glide (3dfx Voodoo1/2) implements OpenGL 1.3
+SVGA implements OpenGL 1.3
+Wind River UGL implements OpenGL 1.3
+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
+
+
+
+
diff --git a/docs/relnotes.html b/docs/relnotes.html
index 9165c9f149..f73500d4ac 100644
--- a/docs/relnotes.html
+++ b/docs/relnotes.html
@@ -20,6 +20,7 @@ The release notes summarize what's new or changed in each Mesa release.
+6.5.3 release notes
6.5.2 release notes
6.5.1 release notes
6.5 release notes
--
cgit v1.2.3
From 24cf67fc733be7327202e934443b3469d053e41e Mon Sep 17 00:00:00 2001
From: Brian
Date: Fri, 5 Jan 2007 08:41:16 -0700
Subject: document VBO bug fix 9445
---
docs/relnotes-6.5.3.html | 1 +
1 file changed, 1 insertion(+)
(limited to 'docs')
diff --git a/docs/relnotes-6.5.3.html b/docs/relnotes-6.5.3.html
index e25e4809b3..cc3df0893b 100644
--- a/docs/relnotes-6.5.3.html
+++ b/docs/relnotes-6.5.3.html
@@ -29,6 +29,7 @@ TBD
Bug fixes
Fog was errantly applied when a fragment shader was enabled (bug 9346)
+ glPush/PopClientAttrib didn't handle VBO bindings correctly (bug 9445)
--
cgit v1.2.3
From ade39f53f659ab9774ab14ebfefd18eb71f1d4ac Mon Sep 17 00:00:00 2001
From: Brian
Date: Sat, 6 Jan 2007 12:58:28 -0700
Subject: document 32-bit Z line/point fix
---
docs/relnotes-6.5.3.html | 1 +
1 file changed, 1 insertion(+)
(limited to 'docs')
diff --git a/docs/relnotes-6.5.3.html b/docs/relnotes-6.5.3.html
index cc3df0893b..3e84b12717 100644
--- a/docs/relnotes-6.5.3.html
+++ b/docs/relnotes-6.5.3.html
@@ -30,6 +30,7 @@ TBD
Fog was errantly applied when a fragment shader was enabled (bug 9346)
glPush/PopClientAttrib didn't handle VBO bindings correctly (bug 9445)
+ With 32-bit Z buffer, the fragment Z of lines and points was sometimes wrong.
--
cgit v1.2.3
From 04d60ea54c2f357aafdd0083e84b3b2421cc4f66 Mon Sep 17 00:00:00 2001
From: Brian
Date: Sat, 27 Jan 2007 06:25:31 -0700
Subject: note that non-member posts are auto-rejected
---
docs/lists.html | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
(limited to 'docs')
diff --git a/docs/lists.html b/docs/lists.html
index 0ff1650f55..a2cad129cf 100644
--- a/docs/lists.html
+++ b/docs/lists.html
@@ -32,10 +32,16 @@ Not for beginners.
mesa-commit - relays git check-in messages
(for developers).
+
+Note: the old mesa3d-cvs list is no longer in use.
-Note: the old mesa3d-cvs list is no longer in use.
+
+Notice : non-member posts to any of these lists will be automatically
+rejected.
+
+
--
cgit v1.2.3
From d2ffe4ca07f6d08cd5fd1813192303cec93474eb Mon Sep 17 00:00:00 2001
From: Brian
Date: Tue, 20 Feb 2007 08:38:46 -0700
Subject: glext.h version 39
---
docs/relnotes-6.5.3.html | 1 +
1 file changed, 1 insertion(+)
(limited to 'docs')
diff --git a/docs/relnotes-6.5.3.html b/docs/relnotes-6.5.3.html
index 3e84b12717..92cad4b3c8 100644
--- a/docs/relnotes-6.5.3.html
+++ b/docs/relnotes-6.5.3.html
@@ -24,6 +24,7 @@ TBD
New features
+Updated glext.h file (version 39)
Bug fixes
--
cgit v1.2.3
From 906fd23e1d32bd19237525a261100e6d71f38f5e Mon Sep 17 00:00:00 2001
From: Brian
Date: Tue, 20 Feb 2007 08:41:15 -0700
Subject: glxext.h version 18
---
docs/relnotes-6.5.3.html | 1 +
1 file changed, 1 insertion(+)
(limited to 'docs')
diff --git a/docs/relnotes-6.5.3.html b/docs/relnotes-6.5.3.html
index 92cad4b3c8..86e23d6d0d 100644
--- a/docs/relnotes-6.5.3.html
+++ b/docs/relnotes-6.5.3.html
@@ -25,6 +25,7 @@ TBD
New features
Updated glext.h file (version 39)
+ Updated glxext.h file (version 18)
Bug fixes
--
cgit v1.2.3