GL_OES_read_format info
authorBrian Paul <brian.paul@tungstengraphics.com>
Sat, 16 Oct 2004 15:04:43 +0000 (15:04 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sat, 16 Oct 2004 15:04:43 +0000 (15:04 +0000)
docs/RELNOTES-6.3
docs/VERSIONS

index 46bebfd8bfa21f79826926afa7eff0488d6e9fdb..94f08498fdad89fe9fa5011d4a65de3de6e276d0 100644 (file)
@@ -22,6 +22,8 @@ New Features
 GL_ARB_draw_buffers - allows a fragment program to write to a number of
   separate color buffers, instead of just one.
 
+GL_OES_read_format - allows one to query the fastest glReadPixels format
+  and datatype.
 
 
 
@@ -48,4 +50,4 @@ D3D                   needs updating
 
 
 ----------------------------------------------------------------------
-$Id: RELNOTES-6.3,v 3.2 2004/10/13 15:57:55 brianp Exp $
+$Id: RELNOTES-6.3,v 3.3 2004/10/16 15:04:43 brianp Exp $
index d70214db1ab398d97eb0572b0ecce3c3dd7233b2..f688e4eea7a130d4fe9eecb85a91f9ca4a40768a 100644 (file)
@@ -1300,6 +1300,7 @@ Mesa Version History
 6.3  Month day, 2004
     New:
        - GL_ARB_draw_buffers extension
+       - GL_OES_read_format extension (Ian Romanick)
     Changes:
        - 
     Bug fixes: