summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-02-17 15:42:30 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-02-17 15:42:30 +0000
commit324616ed83c2548bc9bf84bef2ceeb383cef33c2 (patch)
treeab459d2bf0401c663b65492df1cd8d6cf7a94faf /docs
parent6c59c0b9ec8d4de9e9bf534f75ceb63539398501 (diff)
bug 686811 fix
Diffstat (limited to 'docs')
-rw-r--r--docs/VERSIONS3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index acc867fadd1..04ecc715415 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.118.2.15 2003/02/13 15:58:56 brianp Exp $
+$Id: VERSIONS,v 1.118.2.16 2003/02/17 15:42:30 brianp Exp $
Mesa Version History
@@ -1101,6 +1101,7 @@ Mesa Version History
- fixed compilation problem on Solaris7/x86 (bug 536406)
- fixed prefetch bug in 3DNow! code (Felix Kuhling)
- fixed NeXT build problem (FABSF macro)
+ - glDrawPixels Z values when glPixelZoom!=1 were invalid (bug 687811)
Changes:
- use glPolygonOffset in gloss demo to avoid z-fighting artifacts
- updated winpos and pointblast demos to use ARB extensions