diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2004-07-05 14:54:16 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2004-07-05 14:54:16 +0000 |
commit | 8a088535368d4e6b3e7b5fd94f982122644a311c (patch) | |
tree | 226f60f8e66f2349f671b8aca26be1114609356a /docs | |
parent | cbc96b705d1dc1c6aedba29ad6ce16d526e3b50e (diff) | |
download | external_mesa3d-8a088535368d4e6b3e7b5fd94f982122644a311c.zip external_mesa3d-8a088535368d4e6b3e7b5fd94f982122644a311c.tar.gz external_mesa3d-8a088535368d4e6b3e7b5fd94f982122644a311c.tar.bz2 |
fixed AIX color interpolation bug
Diffstat (limited to 'docs')
-rw-r--r-- | docs/VERSIONS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index 1b62179..40ac33a 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) |