OSDN Git Service

6.3.1 updates
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 21 Jul 2005 18:45:54 +0000 (18:45 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 21 Jul 2005 18:45:54 +0000 (18:45 +0000)
docs/RELNOTES-6.3.1 [new file with mode: 0644]
docs/VERSIONS
docs/relnotes.html

diff --git a/docs/RELNOTES-6.3.1 b/docs/RELNOTES-6.3.1
new file mode 100644 (file)
index 0000000..cc6e8be
--- /dev/null
@@ -0,0 +1,49 @@
+
+                           Mesa 6.3.1 release notes
+
+                               July XX, 2005
+
+                              PLEASE READ!!!!
+
+
+
+Introduction
+------------
+
+Mesa uses an even/odd version number scheme like the Linux kernel.
+Odd numbered versions (such as 6.3) designate new developmental releases.
+Even numbered versions (such as 6.2) designate stable releases.
+
+
+
+DRI drivers
+-----------
+
+This release includes the DRI drivers and GLX code for hardware rendering.
+
+
+
+Bug fixes
+---------
+
+Bugs fixed in 6.3.1 are listed in the VERSIONS file.
+
+
+
+Driver                 Status
+---------------------- ---------------------
+XMesa (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.3.1,v 3.1 2005/07/21 18:45:54 brianp Exp $
index 86d899f..c3535ac 100644 (file)
@@ -1352,7 +1352,9 @@ Mesa Version History
        - fixed a few Darwin compilation problems
 
 
-6.3.1  Month date, 2005
+6.3.1  July XX, 2005
+    New:
+       - The distribution now includes the DRI drivers and GLX code
     Bug fixes:
        - GL_ARB_vertex/fragment_shader were mistakenly listed in the
          extensions string
index bef9e15..5d22834 100644 (file)
@@ -13,6 +13,7 @@ The release notes summarize what's new or changed in each Mesa release.
 </p>
 
 <UL>
+<LI><A HREF="RELNOTES-6.3.1">RELNOTES-6.3.1</A>
 <LI><A HREF="RELNOTES-6.3">RELNOTES-6.3</A>
 <LI><A HREF="RELNOTES-6.2.1">RELNOTES-6.2.1</A>
 <LI><A HREF="RELNOTES-6.2">RELNOTES-6.2</A>