On Thu, 2004-01-22 at 00:27, Roland Scheidegger wrote: > Keith Whitwell wrote: > > Roland Scheidegger wrote: > > > >> --- r200_state.c 21 Jan 2004 16:08:43 -0000 1.9 > >> +++ r200_state.c 21 Jan 2004 22:30:21 -0000 > >> @@ -1695,7 +1734,7 @@ > >> > >> case GL_COLOR_MATERIAL: > >> r200ColorMaterial( ctx, 0, 0 ); > >> - if (!state) > >> + if ( state ) > >> r200UpdateMaterial( ctx ); > >> break; > >> > > > > How about just removing the test altogether? > Tried that, doesn't work (same (or similar) errors as before). Strange, > that doesn't really make sense, or does it?
No, and it works here; you did remove only the test, not the r200UpdateMaterial() call as well, right? :) -- Earthling Michel DÃnzer | Debian (powerpc), X and DRI developer Libre software enthusiast | http://svcs.affero.net/rm.php?r=daenzer ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn -- _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
