initial 6.3 changes
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 13 Oct 2004 15:57:55 +0000 (15:57 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 13 Oct 2004 15:57:55 +0000 (15:57 +0000)
docs/RELNOTES-6.3
docs/VERSIONS

index 533dd35f16601c23f3fda755b73a10c9fbfa04e8..46bebfd8bfa21f79826926afa7eff0488d6e9fdb 100644 (file)
@@ -16,8 +16,19 @@ Even numbered versions (such as 6.2) designate stable releases.
 
 
 
-To Do: PBO for polygon stipple, convolution filter, etc.
+New Features
+------------
+
+GL_ARB_draw_buffers - allows a fragment program to write to a number of
+  separate color buffers, instead of just one.
+
+
+
 
+To Do before release
+--------------------
+ PBO for polygon stipple, convolution filter, etc.
+ Fix dinoshade bug
 
 
 
@@ -37,4 +48,4 @@ D3D                   needs updating
 
 
 ----------------------------------------------------------------------
-$Id: RELNOTES-6.3,v 3.1 2004/10/02 15:43:14 brianp Exp $
+$Id: RELNOTES-6.3,v 3.2 2004/10/13 15:57:55 brianp Exp $
index 65c8e823ee0b2121a4a206f73eb00dc62cc0a72a..d70214db1ab398d97eb0572b0ecce3c3dd7233b2 100644 (file)
@@ -1299,8 +1299,9 @@ Mesa Version History
 
 6.3  Month day, 2004
     New:
-       -
+       - GL_ARB_draw_buffers extension
     Changes:
        - 
     Bug fixes:
+       fixes from 6.2.1, plus:
        -