OSDN Git Service

updates for 6.3 release
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 19 Jul 2005 21:01:46 +0000 (21:01 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 19 Jul 2005 21:01:46 +0000 (21:01 +0000)
docs/RELNOTES-6.3
docs/VERSIONS

index b6c064d..2da1bff 100644 (file)
@@ -1,7 +1,7 @@
 
                            Mesa 6.3 release notes
 
-                              month day, 2004
+                              July 20, 2004
 
                               PLEASE READ!!!!
 
@@ -29,6 +29,7 @@ GL_ARB_pixel_buffer_object - buffer objects for pixel read/write functions.
 
 GL_EXT_framebuffer_object - allows render-to-texture and provides a
   window-system indepedent Pbuffer facility
+  The Mesa CVS tree contains a couple tests of this extension.
 
 DirectFB driver, contributed by Claudio Ciccani.  See docs/README.directfb
 for details.
@@ -101,4 +102,4 @@ D3D                 needs updating
 
 
 ----------------------------------------------------------------------
-$Id: RELNOTES-6.3,v 3.10 2005/07/01 01:04:31 brianp Exp $
+$Id: RELNOTES-6.3,v 3.11 2005/07/19 21:01:46 brianp Exp $
index c54a8ef..652db37 100644 (file)
@@ -1314,8 +1314,9 @@ Mesa Version History
        - bug reports should to go bugzilla.freedesktop.org
 
 
-6.3  Month day, 2004
+6.3  July 20, 2004
     New:
+       - GL_EXT_framebuffer_object extension
        - GL_ARB_draw_buffers extension
        - GL_ARB_pixel_buffer_object extension
        - GL_OES_read_format extension (Ian Romanick)
@@ -1327,6 +1328,7 @@ Mesa Version History
        - glDeleteTextures/Programs/Buffers() now makes the object ID
          available for immediate re-use
        - assorted 64-bit clean-ups fixes (x86_64 and Win64)
+       - lots of internal changes for GL_EXT_framebuffer_object
     Bug fixes:
        - some functions didn't support PBO functionality
        - glGetTexImage didn't convert color index images to RGBA as required