From 7e73b1afa2de1989251aee4ad2d609ff141f4a5e Mon Sep 17 00:00:00 2001
From: Brian Paul
-
-Currently (Nov 2003), the trunk is the Mesa 5.1 development code -while the mesa_5_0_branch branch has the stable Mesa 5.0.x code. +Currently (Oct 2004), the trunk is the Mesa 6.3 development code +while the mesa_6_2_branch branch has the stable Mesa 6.2.x code.
Mesa releases use an even/odd numbering scheme to represent stable/development releases. -For example, Mesa 5.0.x (0 is considered even) is a stable release while -Mesa 5.1.x is a development release. +For example, Mesa 6.2 (0 is considered even) is a stable release while +Mesa 6.3 is a development release.
To checkout a specific CVS branch pass
+Mesa 6.2 has been released.
+This is a stable release which just fixes bugs since the 6.1 release.
+
Mesa 6.1 has been released.
@@ -886,6 +913,6 @@ source code-r
and
the branch tag after your CVS command.
-For example cvs checkout -r mesa_5_0_branch Mesa
will
-checkout the 5.0.x branch and cvs update -r
-mesa_5_0_branch
will convert your current CVS tree to the 5.0.x
+For example cvs checkout -r mesa_6_2_branch Mesa
will
+checkout the 6.2 branch and cvs update -r
+mesa_6_2_branch
will convert your current CVS tree to the 6.2
branch.
Consult News
+October 2, 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
+ - repeated calls to glDeleteTexture(t) could lead to a crash
+ - fixed potential ref count bugs in VBOs and vertex/fragment programs
+ - spriteblast demo didn't handle window size changes correctly
+ - glTexSubImage didn't handle pixels=NULL correctly for PBOs
+ - fixed color index mode glDrawPixels bug (Karl Schultz)
+
+
+
August 18, 2004