diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2003-11-07 14:53:17 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2003-11-07 14:53:17 +0000 |
commit | 666b0a3f6e992174831cc9f257c7dcdb0810f013 (patch) | |
tree | 8ec1b2f1d4abfff7e36dd2b26ff9145811271ba9 /docs/VERSIONS | |
parent | c5853c63d0b333b71fef0ae3b7ffa6434ce694cb (diff) |
added glTexSubImage3D bug
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 3c4b03373b..0e8596c68a 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1171,6 +1171,7 @@ Mesa Version History - glPixelMapf/ui/usv()'s size parameter is GLsizei, not GLint - fixed some texgen bugs reported by Daniel Borca - fixed wglMakeCurrent(NULL, NULL) bug (#835861) + - fixed glTexSubImage3D z-offset bug (Cedric Gautier) Changes: - dropped API trace feature (src/Trace/) - documentation overhaul. merged with website content. more html. |