summaryrefslogtreecommitdiff
path: root/docs/VERSIONS
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-01-03 15:55:51 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-01-03 15:55:51 +0000
commitdd1a817c501ae52b92d9ebf02876152d7a42ec27 (patch)
tree0da2db8f4c021ad4899e63c90d0b7a9432540bc2 /docs/VERSIONS
parenta5039af357f58369bb9db007f911a86b5ff123f2 (diff)
latest updates
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r--docs/VERSIONS9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 6bd7acdc47..fb3143d2fb 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1317,11 +1317,12 @@ Mesa Version History
6.3 Month day, 2004
New:
- GL_ARB_draw_buffers extension
+ - GL_ARB_pixel_buffer_object extension
- GL_OES_read_format extension (Ian Romanick)
- - full support for GL_EXT_pixel_buffer_object (convolution filters,
- polygon stipple, colormaps, etc)
+ - DirectFB driver (Claudio Ciccani)
Changes:
- added -stereo option for glxgears demo (Jacek Rosik)
Bug fixes:
- fixes from 6.2.1, plus:
- -
+ - some functions didn't support PBO functionality
+ - glGetTexImage didn't convert color index images to RGBA as required
+