diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2004-10-31 18:43:46 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2004-10-31 18:43:46 +0000 |
commit | 753476c162bc37b8ea2f0fde6fc4f79e07c1dad8 (patch) | |
tree | e1a3bb80e35b328136a4b6ceceaae818bed1700d | |
parent | effb720882c94fc92fd5ad80ba2966e2101d77f1 (diff) |
finished up PBO support
-rw-r--r-- | docs/VERSIONS | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index f688e4eea7..eb10482bd9 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: - |