From fdf513e07ab5d157dab7b3c776bc75b064cdb2a9 Mon Sep 17 00:00:00 2001 From: Brian Date: Tue, 13 Mar 2007 16:12:23 -0600 Subject: document some bug fixes, lots of new features --- docs/relnotes-6.5.3.html | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'docs/relnotes-6.5.3.html') diff --git a/docs/relnotes-6.5.3.html b/docs/relnotes-6.5.3.html index 86e23d6d0d..5bde4e00c0 100644 --- a/docs/relnotes-6.5.3.html +++ b/docs/relnotes-6.5.3.html @@ -11,8 +11,7 @@

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. +Mesa 6.5.3 is a 6.5 follow-on development release with many internal changes.

@@ -24,6 +23,10 @@ TBD

New features

@@ -33,12 +36,16 @@ 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. +
  • GL_POST_CONVOLUTION_ALPHA_BIAS/SCALE was broken. +
  • GL_MAX_DRAWBUFFERS is now 4 (software rendering) so + "multiple render targets" are really supported.

    Internal code changes