summaryrefslogtreecommitdiff
path: root/docs/VERSIONS
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-07-19 21:01:46 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-07-19 21:01:46 +0000
commit6bb49eacfda3c64da2d2df874508be57690584a3 (patch)
treeb84bc6efc98865c74711f92e9236a0921a18a7e8 /docs/VERSIONS
parentbfb5ea307ec48b9b8d0d2eca0c03f6d02273d454 (diff)
updates for 6.3 release
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r--docs/VERSIONS4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index c54a8ef8d4..652db37c6e 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1314,8 +1314,9 @@ Mesa Version History
- bug reports should to go bugzilla.freedesktop.org
-6.3 Month day, 2004
+6.3 July 20, 2004
New:
+ - GL_EXT_framebuffer_object extension
- GL_ARB_draw_buffers extension
- GL_ARB_pixel_buffer_object extension
- GL_OES_read_format extension (Ian Romanick)
@@ -1327,6 +1328,7 @@ Mesa Version History
- glDeleteTextures/Programs/Buffers() now makes the object ID
available for immediate re-use
- assorted 64-bit clean-ups fixes (x86_64 and Win64)
+ - lots of internal changes for GL_EXT_framebuffer_object
Bug fixes:
- some functions didn't support PBO functionality
- glGetTexImage didn't convert color index images to RGBA as required