diff options
author | Brian Paul <[email protected]> | 2005-07-21 18:45:54 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-07-21 18:45:54 +0000 |
commit | 7a37189adc407af31f8c269e9beccc1464d65592 (patch) | |
tree | f081ad06bc70f2463fb269e4c2cee788e0177a1c /docs | |
parent | f87bb14b0b5bb10962843faaf1fdd0e6efa75a6e (diff) |
6.3.1 updates
Diffstat (limited to 'docs')
-rw-r--r-- | docs/RELNOTES-6.3.1 | 49 | ||||
-rw-r--r-- | docs/VERSIONS | 4 | ||||
-rw-r--r-- | docs/relnotes.html | 1 |
3 files changed, 53 insertions, 1 deletions
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. </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> |