summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-10-05 17:01:23 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-10-05 17:01:23 +0000
commitd4e84664a50064ebc67e5b4c76190d74e61c4bf3 (patch)
treeba1218bc4609241f3b996dbb9851d421bb3f17fa /docs
parent29f19424abdcd02cd90fb9fb25a8ebcfc575d4d2 (diff)
added glDrawPixels fast-path item
Diffstat (limited to 'docs')
-rw-r--r--docs/VERSIONS3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 13544b6de41..53ddc86504d 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.38.2.8 2000/10/05 16:24:18 brianp Exp $
+$Id: VERSIONS,v 1.38.2.9 2000/10/05 17:01:23 brianp Exp $
Mesa Version History
@@ -762,6 +762,7 @@ Mesa Version History
- 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
+ - optimized glDrawPixels paths weren't being used
Changes:
- finished internal support for compressed textures for DRI