diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-10-31 20:01:16 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-10-31 20:01:16 +0000 |
commit | 1a87813f14bfa01259a7c9fcd5134a3e69e89778 (patch) | |
tree | 8e2ff72ef11c57741f51415f5da9fb821bfc0108 | |
parent | fab2936ea271d15767fae9a7e95920982c39c8b2 (diff) |
added GLUT projtex demo bug fix
-rw-r--r-- | docs/VERSIONS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index c640fad158..239ae9147d 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1,4 +1,4 @@ -$Id: VERSIONS,v 1.38.2.14 2000/10/26 21:57:29 brianp Exp $ +$Id: VERSIONS,v 1.38.2.15 2000/10/31 20:01:16 brianp Exp $ Mesa Version History @@ -769,6 +769,7 @@ Mesa Version History - glPixelStore(GL_PACK/UNPACK_SKIP_IMAGES) wasn't handled correctly - glXGetProcAddressARB() didn't always return the right address - gluBuild[12]DMipmaps() didn't grok the GL_BGR pixel format + - texture matrix changes weren't always detected (GLUT projtex demo) Changes: - finished internal support for compressed textures for DRI |