summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-02-27 18:16:12 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-02-27 18:16:12 +0000
commitcd4fc963a467c8a4a3f9cf3712177ebf908cba21 (patch)
tree773c53a8bd3f062f76744a57541cbd0d33158440
parentc24d9b330e75acaede3e4c2c74bc04820b45f6cf (diff)
fix bug 694461
-rw-r--r--docs/VERSIONS3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 9840e423b1a..fbcd1d9bdf6 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.118.2.18 2003/02/21 21:01:57 brianp Exp $
+$Id: VERSIONS,v 1.118.2.19 2003/02/27 18:16:12 brianp Exp $
Mesa Version History
@@ -1104,6 +1104,7 @@ Mesa Version History
- glDrawPixels Z values when glPixelZoom!=1 were invalid (bug 687811)
- zoomed glDraw/CopyPixels with clipping sometimes failed (bug 689964)
- AA line and triangle Z values are now rounded, not truncated
+ - fixed color interpolation bug when GLchan==GLfloat (bug 694461)
Changes:
- use glPolygonOffset in gloss demo to avoid z-fighting artifacts
- updated winpos and pointblast demos to use ARB extensions