latest updates
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 3 Jan 2005 15:55:51 +0000 (15:55 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 3 Jan 2005 15:55:51 +0000 (15:55 +0000)
docs/RELNOTES-6.3
docs/VERSIONS

index 3a4ea3f96cd3495b84ac532941ad1bcbdac1d6fe..a7bb76884ea6b7e2142018a8dcdd52cfe350699f 100644 (file)
@@ -25,6 +25,19 @@ GL_ARB_draw_buffers - allows a fragment program to write to a number of
 GL_OES_read_format - allows one to query the fastest glReadPixels format
   and datatype.
 
+GL_ARB_pixel_buffer_object - buffer objects for pixel read/write functions.
+
+DirectFB driver, contributed by Claudio Ciccani.  See docs/README.directfb
+for details.
+
+
+
+Vertex/Fragment Program PRINT Instruction
+-----------------------------------------
+
+The GL_NV_vertex_program and GL_NV_fragment_program languages have been
+extended with a PRINT instruction.
+
 
 
 To Do before release
@@ -53,4 +66,4 @@ D3D                   needs updating
 
 
 ----------------------------------------------------------------------
-$Id: RELNOTES-6.3,v 3.6 2004/12/09 23:21:36 brianp Exp $
+$Id: RELNOTES-6.3,v 3.7 2005/01/03 15:55:51 brianp Exp $
index 6bd7acdc47da9d0dd0f3686df3658625179b11fb..fb3143d2fb4c284fc7d7ac32599a9aa400423c96 100644 (file)
@@ -1317,11 +1317,12 @@ Mesa Version History
 6.3  Month day, 2004
     New:
        - GL_ARB_draw_buffers extension
+       - GL_ARB_pixel_buffer_object extension
        - GL_OES_read_format extension (Ian Romanick)
-       - full support for GL_EXT_pixel_buffer_object (convolution filters,
-         polygon stipple, colormaps, etc)
+       - DirectFB driver (Claudio Ciccani)
     Changes:
        - added -stereo option for glxgears demo (Jacek Rosik)
     Bug fixes:
-       fixes from 6.2.1, plus:
-       - 
+       - some functions didn't support PBO functionality
+       - glGetTexImage didn't convert color index images to RGBA as required
+