summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-03-27 17:53:23 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-03-27 17:53:23 +0000
commit3bff7aed0e65aab11da48ff205de8dd70f9ce49e (patch)
tree1d607f56768a8bee7b931cda0ba30212ff40bfd6 /docs
parent605b7859c28ea86ac41ce189b9abba8957364741 (diff)
added ColorMask fix
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 794b587f931..1779157d210 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.118.2.22 2003/03/25 00:01:45 brianp Exp $
+$Id: VERSIONS,v 1.118.2.23 2003/03/27 17:53:23 brianp Exp $
Mesa Version History
@@ -1108,6 +1108,7 @@ Mesa Version History
- glArePrograms/TexturesResident() wasn't 100% correct (Jose Fonseca)
- fixed a minor GL_COLOR_MATERIAL bug
- NV vertex program EXP instruction was broken
+ - glColorMask misbehaved with X window / pixmap rendering
Changes:
- use glPolygonOffset in gloss demo to avoid z-fighting artifacts
- updated winpos and pointblast demos to use ARB extensions