summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-04-27 21:22:22 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-04-27 21:22:22 +0000
commit3cb0bc84f90ba3595ca6a475847c2687ced7183f (patch)
tree5658c722c6cf2c105b5fe9d4996d0689d3a115e3
parentc693ea7fad3fd081440a5f181c907eea722d67d5 (diff)
fix bug 3135
-rw-r--r--docs/VERSIONS1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 6c5337dc77..f50f1ad836 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1328,3 +1328,4 @@ Mesa Version History
- glXChooseFBConfig() crashed if attribList pointer was NULL
- program state.light[n].spot.direction.w was wrong value (bug 3083)
- fragment program fog option required glEnable(GL_FOG) - wrong.
+ - glColorTable() could produce a Mesa implementation error (bug 3135)