summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-10-05 16:24:18 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-10-05 16:24:18 +0000
commit813e8585a6db779c227bb9bb3822b5e07a9fd6e3 (patch)
treeefcae9674e21fc81b1840deb9c14c8b2227394a1
parent88337d51098bde69fb9294a62e0612e889effcd4 (diff)
added glDrawPixels GL_COLOR_INDEX bug item
-rw-r--r--docs/VERSIONS3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 3b37c2d6a2b..13544b6de41 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.38.2.7 2000/09/28 22:45:55 brianp Exp $
+$Id: VERSIONS,v 1.38.2.8 2000/10/05 16:24:18 brianp Exp $
Mesa Version History
@@ -761,6 +761,7 @@ Mesa Version History
- glReadPixels with GLushort packed types was broken
- fixed a few bugs in the GL_EXT_texture_env_combine texture code
- glPush/PopAttrib(GL_ENABLE_BIT) mishandled multi-texture enables
+ - glDrawPixels(GL_COLOR_INDEX) to RGB window didn't work
Changes:
- finished internal support for compressed textures for DRI