diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-11-03 02:39:00 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-11-03 02:39:00 +0000 |
commit | e5c8261f76b091d240e4891aecffe06b3aa3e9e4 (patch) | |
tree | a570a8149fbad8285f34372826af9b7f1a30c5ae | |
parent | 57db1be417d44e1f572d1c116cf93da28d2c81ca (diff) |
added Glide/Quake bug fix itemmesa_3_4
-rw-r--r-- | docs/VERSIONS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index 02554c8c05..cf842fa22b 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1,4 +1,4 @@ -$Id: VERSIONS,v 1.38.2.17 2000/11/02 18:05:34 brianp Exp $ +$Id: VERSIONS,v 1.38.2.18 2000/11/03 02:39:00 brianp Exp $ Mesa Version History @@ -771,6 +771,7 @@ Mesa Version History - gluBuild[12]DMipmaps() didn't grok the GL_BGR pixel format - texture matrix changes weren't always detected (GLUT projtex demo) - fixed random color problem in vertex fog code + - fixed Glide-related bug that let Quake get a 24-bit Z buffer Changes: - finished internal support for compressed textures for DRI |