summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-09-12 15:04:12 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-09-12 15:04:12 +0000
commit438a898dcfdb202e4cc0768fc641846ed2ab7131 (patch)
tree7bbcd9ebd7ed5e7369ab87001a338b5a60f35340 /docs
parent973da83f6237b5af4a9ee77f32fdfa5c04ecabc8 (diff)
allow glTexImage1/2/3D width/height/depth = 0
Diffstat (limited to 'docs')
-rw-r--r--docs/VERSIONS1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 9c66056298..2fb6b84475 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1170,3 +1170,4 @@ Mesa Version History
- dropped API trace feature (src/Trace/)
- documentation overhaul. merged with website content. more html.
- glxgears.c demo updated to use GLX swap rate extensions
+ - glTexImage1/2/3D now allows width/height/depth = 0