added GL_MAX_VERTEX_ATTRIBS_ARB bug fix
[mesa.git] / docs / VERSIONS
index fed173b77487c12c32c63621777e62c36b7b751d..60588fa0989dfef0a7b65c3d496af34c7b36c521 100644 (file)
@@ -1239,7 +1239,7 @@ Mesa Version History
        - ARB_fragment_program KIL instruction was incorrect
 
 
-6.1  Month day, 2004
+6.1  August 18, 2004
     New:
        - Revamped Makefile system
        - glXUseRotatedXFont() utility (see xdemos/xuserotfont.c)
@@ -1248,7 +1248,9 @@ Mesa Version History
        - option to walk triangle edges with double-precision floats
          (Justin Novosad of Discreet) (see config.h file)
        - support for AUX buffers in software GLX driver
-       - updated glext.h to version 23
+       - updated glext.h to version 24 and glxext.h to version 6
+       - new MESA_GLX_FORCE_ALPHA and MESA_GLX_DEPTH_BITS env vars
+       - updated BeOS support (Philippe Houdoin)
     Changes:
        - fragment fog interpolation is perspective corrected now
        - new glTexImage code, much cleaner, may be a bit faster
@@ -1268,3 +1270,23 @@ Mesa Version History
        - GL_INTENSITY was mistakenly accepted as a <format> to glTexImage
        - fragment program writes to RC/HC register were broken
        - fixed a few glitches in GL_HP_occlusion_test extension
+       - glBeginQueryARB and glEndQueryARB didn't work inside display lists
+       - vertex program state references were broken
+       - fixed triangle color interpolation bug on AIX (Shane Blackett)
+       - fixed a number of minor memory leaks (bug #1002030)
+
+
+6.2  Month, day, 2004
+    New:
+       - enabled GL_ARB_texture_rectangle (same as GL_NV_texture_rectangle)
+       - updated Doxygen support (Jose Fonseca)
+    Changes:
+       - some GGI driver updates (Christoph Egger, bug 1025977)
+    Bug fixes:
+       - Omit GL_ARB_texture_non_power_of_two from list of OpenGL 1.5 features
+       - fixed a few compilation issues on IRIX
+       - fixed a matrix classification bug (reported by Wes Bethel)
+       - we weren't reseting the vertex/fragment program error state
+          before parsing (Dave Reveman)
+       - adjust texcoords for sampling texture rectangles (Dave Reveman)
+       - glGet*(GL_MAX_VERTEX_ATTRIBS_ARB) wasn't implemented