diff options
author | Brian Paul <[email protected]> | 2005-01-03 15:55:51 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-01-03 15:55:51 +0000 |
commit | dd1a817c501ae52b92d9ebf02876152d7a42ec27 (patch) | |
tree | 0da2db8f4c021ad4899e63c90d0b7a9432540bc2 /docs/RELNOTES-6.3 | |
parent | a5039af357f58369bb9db007f911a86b5ff123f2 (diff) |
latest updates
Diffstat (limited to 'docs/RELNOTES-6.3')
-rw-r--r-- | docs/RELNOTES-6.3 | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/docs/RELNOTES-6.3 b/docs/RELNOTES-6.3 index 3a4ea3f96cd..a7bb76884ea 100644 --- a/docs/RELNOTES-6.3 +++ b/docs/RELNOTES-6.3 @@ -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 $ |