diff options
author | Brian Paul <[email protected]> | 2003-09-12 15:04:12 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-09-12 15:04:12 +0000 |
commit | 438a898dcfdb202e4cc0768fc641846ed2ab7131 (patch) | |
tree | 7bbcd9ebd7ed5e7369ab87001a338b5a60f35340 /docs/VERSIONS | |
parent | 973da83f6237b5af4a9ee77f32fdfa5c04ecabc8 (diff) |
allow glTexImage1/2/3D width/height/depth = 0
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r-- | docs/VERSIONS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index 9c660562987..2fb6b844754 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 |