diff options
author | Brian Paul <[email protected]> | 2006-03-02 04:12:34 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-03-02 04:12:34 +0000 |
commit | 9227bca1032118eb94ff3ad14268335df0cece11 (patch) | |
tree | 92072cf974041150bd7cb848d5794a458909c05d /docs | |
parent | 81b8aa9ecd7a159a5d90fd0058334a2da4a04f83 (diff) |
added GL_EXT_framebuffer_blit, etc
Diffstat (limited to 'docs')
-rw-r--r-- | docs/RELNOTES-6.5 | 9 | ||||
-rw-r--r-- | docs/VERSIONS | 3 |
2 files changed, 8 insertions, 4 deletions
diff --git a/docs/RELNOTES-6.5 b/docs/RELNOTES-6.5 index 935107b734b..b3e54117836 100644 --- a/docs/RELNOTES-6.5 +++ b/docs/RELNOTES-6.5 @@ -1,7 +1,5 @@ - Mesa 6.5 Release Notes - - month, day, 2005 + Mesa 6.5 Release Notes @@ -19,6 +17,9 @@ New Features GL_EXT_timer_query - used to get elapsed time information from the renderer. +GL_EXT_packed_depth_stencil - defines a new GL_DEPTH_STENCIL_EXT pixel format. + +GL_EXT_framebuffer_blit extension - simplified glCopyPixels-like feature Driver Interface Changes @@ -71,4 +72,4 @@ D3D needs updating ---------------------------------------------------------------------- -$Id: RELNOTES-6.5,v 3.1 2005/09/14 14:34:54 brianp Exp $ +$Id: RELNOTES-6.5,v 3.2 2006/03/02 04:12:34 brianp Exp $ diff --git a/docs/VERSIONS b/docs/VERSIONS index 55e05f6ec7a..183de11f702 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1438,6 +1438,7 @@ Mesa Version History New: - GL_EXT_packed_depth_stencil extension - GL_EXT_timer_query extension + - GL_EXT_framebuffer_blit extension - reflect demo improved to support multiple windows - singlebuffer demo (shows no/little-flicker single-buffered rendering) - r200: enable GL_ARB_texture_env_crossbar, separate the texture @@ -1447,6 +1448,8 @@ Mesa Version History - radeon: add support for all 3 tmus, GL_ARB_texture_cube_map and GL_EXT_fog_coord - MESA_GLX_ALPHA_BITS env var for xlib driver + - many DRI driver updates (including screen rotation support + for the Intel DRI driver) Changes: - removed GL_HP_occlusion_test (use GL_ARB_occlusion_query instead) - removed GL_SGIX/SGIS_pixel_texture extensions |