From: Brian Paul
Date: Thu, 21 Jul 2005 18:45:54 +0000 (+0000)
Subject: 6.3.1 updates
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7a37189adc407af31f8c269e9beccc1464d65592;p=mesa.git
6.3.1 updates
---
diff --git a/docs/RELNOTES-6.3.1 b/docs/RELNOTES-6.3.1
new file mode 100644
index 00000000000..cc6e8be1b2c
--- /dev/null
+++ b/docs/RELNOTES-6.3.1
@@ -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 $
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 86d899fdede..c3535acc643 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -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
diff --git a/docs/relnotes.html b/docs/relnotes.html
index bef9e1511e8..5d228344b95 100644
--- a/docs/relnotes.html
+++ b/docs/relnotes.html
@@ -13,6 +13,7 @@ The release notes summarize what's new or changed in each Mesa release.