From: Brian Paul Date: Mon, 4 Nov 2002 20:31:55 +0000 (+0000) Subject: minor revision to 4.1 features X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4b01eb6e08c7df44728a3e1c578b1cd8595e12eb;p=mesa.git minor revision to 4.1 features --- diff --git a/docs/VERSIONS b/docs/VERSIONS index 3ac297fd49b..5fce3eb7681 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1,4 +1,4 @@ -$Id: VERSIONS,v 1.108 2002/11/04 20:31:09 brianp Exp $ +$Id: VERSIONS,v 1.109 2002/11/04 20:31:55 brianp Exp $ Mesa Version History @@ -1044,7 +1044,7 @@ Mesa Version History - assorted conformance fixes for 16-bit/channel rendering - texcombine alpha subtraction mode was broken - fixed some blend problems when GLchan==GLfloat (Gerk Huisma) - - clamp colors to [0,1] in OSMesa if GLchan==GLfloat (Gerk Huisma) + - clamp colors to [0,inf] in OSMesa if GLchan==GLfloat (Gerk Huisma) - fixed divide by zero error in NURBS tessellator (Jon Perry) - fixed GL_LINEAR fog bug by adding clamping - fixed FP exceptions found using Alpha CPU @@ -1055,7 +1055,6 @@ Mesa Version History Changes: - New spec file and Python code to generate some GL dispatch files - Glide driver defaults to "no" with autoconf/automake - - floating point color channels now clamped to [0,inf) - updated demos/stex3d with new options