diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-01-20 04:03:37 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-01-20 04:03:37 +0000 |
commit | cb3bc2c49adee6533397bae73812527e50ab82f2 (patch) | |
tree | e33a21563f28970547b2563a6de8f2ac8cf7cc5a /docs/VERSIONS | |
parent | ea2943efd95c0760a5423236ed37655d863b8a5e (diff) |
document new glDeleteTextures/Buffers/Programs behaviour
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r-- | docs/VERSIONS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index fb3143d2fb..74400e01aa 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1322,6 +1322,9 @@ Mesa Version History - DirectFB driver (Claudio Ciccani) Changes: - added -stereo option for glxgears demo (Jacek Rosik) + - updated the PBuffer demo code in xdemos/ directory + - glDeleteTextures/Programs/Buffers() now makes the object ID + available for immediate re-use Bug fixes: - some functions didn't support PBO functionality - glGetTexImage didn't convert color index images to RGBA as required |