summaryrefslogtreecommitdiff
path: root/docs/VERSIONS
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-01-20 04:03:37 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-01-20 04:03:37 +0000
commitcb3bc2c49adee6533397bae73812527e50ab82f2 (patch)
treee33a21563f28970547b2563a6de8f2ac8cf7cc5a /docs/VERSIONS
parentea2943efd95c0760a5423236ed37655d863b8a5e (diff)
document new glDeleteTextures/Buffers/Programs behaviour
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r--docs/VERSIONS3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index fb3143d2fb4..74400e01aae 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