diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-05-27 14:46:17 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-05-27 14:46:17 +0000 |
commit | 6d5a5a6d6584661d48f91d5f236b34a97e7f2bf7 (patch) | |
tree | fd272bf4e3ac611e362c11abc48c3fbf32d287d9 | |
parent | b19a5f71fad4768422220a0316a2f9782df2130f (diff) |
more 6.2.2 buf fixes
-rw-r--r-- | docs/VERSIONS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index f50f1ad836..24c2c2888e 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1329,3 +1329,6 @@ Mesa Version History - 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) + - RasterPos could get corrupted by color index rendering path + - Removed bad XTranslateCoordinates call when rendering to Pixmaps + - glPopAttrib() didn't properly restore GL_TEXTURE_GEN enable state |