latest updates for 6.5.1
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 10 Aug 2006 14:54:19 +0000 (14:54 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 10 Aug 2006 14:54:19 +0000 (14:54 +0000)
docs/RELNOTES-6.5.1 [new file with mode: 0644]
docs/VERSIONS

diff --git a/docs/RELNOTES-6.5.1 b/docs/RELNOTES-6.5.1
new file mode 100644 (file)
index 0000000..794e3e8
--- /dev/null
@@ -0,0 +1,58 @@
+
+                       Mesa 6.5.1 Release Notes
+
+
+
+Introduction
+------------
+
+Mesa uses an even/odd version number scheme like the Linux kernel.
+Odd numbered versions (such as 6.5) designate new developmental releases.
+Even numbered versions (such as 6.4) designate stable releases.
+
+
+
+Mesa 6.5.1 is a 6.5 follow-on development release mostly consisting of
+bug fixes (see the VERSIONS file).
+
+
+New Features
+------------
+
+  Intel i965 "broadwater" DRI driver
+
+  GL_APPLE_vertex_array_object - allows encapsulation of a set of vertex
+       arrays in an object.
+
+  GL_EXT_texture_sRGB - non-linearly mapped texture formats
+
+
+
+
+To Do (someday) items
+---------------------
+ Switch to freeglut
+ Increase MAX_DRAWBUFFERS
+ Fix linux-glide target/driver.
+ Fix lambda calculation for frag progs.
+
+
+
+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
+
+
+----------------------------------------------------------------------
+$Id: RELNOTES-6.5.1,v 1.1 2006/08/10 14:54:19 brianp Exp $
index 2fb1335d3e260e265cd6fa8e2d4c45d51e5d9f63..47a9b7a6e1dc4cec22595673ff4921baeba1483f 100644 (file)
@@ -1473,7 +1473,9 @@ Mesa Version History
 
 6.5.1  month, day, 2006
     New:
+       - Intel i965 DRI driver
        - GL_APPLE_vertex_array_object extension (Ian Romanick)
+       - GL_EXT_texture_sRGB extension
        - "engine" demo
     Changes:
        - The glVertexAttribARB functions no longer alias the conventional
@@ -1498,3 +1500,4 @@ Mesa Version History
        - 'normalized' parameter to glVertexAttribPointerARB didn't work
        - disable bogus GLX_SGI_video_sync extension in xlib driver
        - fixed R128 driver locking bug (Martijn van Oosterhout)
+       - using evaluators with vertex programs caused crashes (bug 7564)