summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-07-05 14:54:16 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-07-05 14:54:16 +0000
commit8a088535368d4e6b3e7b5fd94f982122644a311c (patch)
tree226f60f8e66f2349f671b8aca26be1114609356a /docs
parentcbc96b705d1dc1c6aedba29ad6ce16d526e3b50e (diff)
fixed AIX color interpolation bug
Diffstat (limited to 'docs')
-rw-r--r--docs/VERSIONS1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 1b6217978bd..40ac33a22c0 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1270,3 +1270,4 @@ Mesa Version History
- fixed a few glitches in GL_HP_occlusion_test extension
- glBeginQueryARB and glEndQueryARB didn't work inside display lists
- vertex program state references were broken
+ - fixed triangle color interpolation bug on AIX (Shane Blackett)