diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2003-03-27 17:53:23 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2003-03-27 17:53:23 +0000 |
commit | 3bff7aed0e65aab11da48ff205de8dd70f9ce49e (patch) | |
tree | 1d607f56768a8bee7b931cda0ba30212ff40bfd6 | |
parent | 605b7859c28ea86ac41ce189b9abba8957364741 (diff) |
added ColorMask fix
-rw-r--r-- | docs/VERSIONS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index 794b587f93..1779157d21 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 |