From 901d9b9a92480ee9965558cf27f309c7e186ba08 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 16 Oct 2004 15:04:43 +0000 Subject: GL_OES_read_format info --- docs/RELNOTES-6.3 | 4 +++- docs/VERSIONS | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/RELNOTES-6.3 b/docs/RELNOTES-6.3 index 46bebfd8bf..94f08498fd 100644 --- a/docs/RELNOTES-6.3 +++ b/docs/RELNOTES-6.3 @@ -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 $ diff --git a/docs/VERSIONS b/docs/VERSIONS index d70214db1a..f688e4eea7 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -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: -- cgit v1.2.3