summaryrefslogtreecommitdiff
path: root/docs/VERSIONS
diff options
context:
space:
mode:
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r--docs/VERSIONS29
1 files changed, 28 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 86cac7b86a..8abd4d67d4 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.73.2.22 2002/04/01 16:54:11 brianp Exp $
+$Id: VERSIONS,v 1.73.2.23 2002/04/26 13:54:47 brianp Exp $
Mesa Version History
@@ -898,6 +898,7 @@ Mesa Version History
- lighting didn't always produce the correct alpha value
- fixed 3DNow! code to not read past end of arrays (Andrew Lewycky)
+
4.0.1 December 17, 2001
New:
- better sub-pixel sample positions for AA triangles (Ray Tice)
@@ -926,6 +927,7 @@ Mesa Version History
- fixed bug in normal length caching (ParaView lighting bug)
- fixed separate_specular color bug found in Chimera (18 Dec 2001)
+
4.0.2 April 2, 2002
New:
- New DOS (DJGPP) driver written by Daniel Borca
@@ -951,3 +953,28 @@ Mesa Version History
- user clip planes failed for some perspective projections (Chromium)
Known bugs:
- mipmap LOD computation
+
+
+4.0.3 May ??, 2002
+ New:
+ - updated GL/glext.h file (version 13)
+ - corrected MMX blend code (Jose Fonseca)
+ - support for software-based alpha planes in Windows driver
+ Bug fixes:
+ - glext.h had wrong values for GL_DOT3_RGB[A]_EXT tokens
+ - OSMesaMakeCurrent() didn't recognize buffer size changes
+ - assorted conformance fixes for 16-bit/channel rendering
+ - texcombine alpha subtraction mode was broken
+ - fixed lighting bug with non-uniform scaling and display lists
+ - fixed bug when deleting shared display lists
+ - disabled SPARC cliptest assembly code (Mesa bug 544665)
+ - fixed a couple Solaris compilation/link problems
+ - blending clipped glDrawPixels didn't always work
+ - glGetTexImage() didn't accept packed pixel types
+ - glPixelMapu[is]v() could explode given too large of pixelmap
+ - glGetTexParameter[if]v() didn't accept GL_TEXTURE_MAX_ANISOTROPY_EXT
+ Changes:
+ - lots of C++ (g++) code clean-ups
+ - lots of T&L updates for the Radeon DRI driver
+ Known bugs:
+ - mipmap LOD computation (fixed for Mesa 4.1)