summaryrefslogtreecommitdiff
path: root/docs/RELNOTES-6.5
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-03-02 04:12:34 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-03-02 04:12:34 +0000
commit9227bca1032118eb94ff3ad14268335df0cece11 (patch)
tree92072cf974041150bd7cb848d5794a458909c05d /docs/RELNOTES-6.5
parent81b8aa9ecd7a159a5d90fd0058334a2da4a04f83 (diff)
added GL_EXT_framebuffer_blit, etc
Diffstat (limited to 'docs/RELNOTES-6.5')
-rw-r--r--docs/RELNOTES-6.59
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/RELNOTES-6.5 b/docs/RELNOTES-6.5
index 935107b734..b3e5411783 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 $