summaryrefslogtreecommitdiff
path: root/docs/VERSIONS
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-10-31 18:43:46 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-10-31 18:43:46 +0000
commit753476c162bc37b8ea2f0fde6fc4f79e07c1dad8 (patch)
treee1a3bb80e35b328136a4b6ceceaae818bed1700d /docs/VERSIONS
parenteffb720882c94fc92fd5ad80ba2966e2101d77f1 (diff)
finished up PBO support
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 f688e4eea7a..eb10482bd9b 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1301,8 +1301,10 @@ Mesa Version History
New:
- GL_ARB_draw_buffers extension
- GL_OES_read_format extension (Ian Romanick)
+ - full support for GL_EXT_pixel_buffer_object (convolution filters,
+ polygon stipple, colormaps, etc)
Changes:
- -
+ - added -stereo option for glxgears demo (Jacek Rosik)
Bug fixes:
fixes from 6.2.1, plus:
-