diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-04-27 21:22:22 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-04-27 21:22:22 +0000 |
commit | 3cb0bc84f90ba3595ca6a475847c2687ced7183f (patch) | |
tree | 5658c722c6cf2c105b5fe9d4996d0689d3a115e3 | |
parent | c693ea7fad3fd081440a5f181c907eea722d67d5 (diff) |
fix bug 3135
-rw-r--r-- | docs/VERSIONS | 1 |
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) |