On Wed, 2004-01-21 at 23:52, Roland Scheidegger wrote: > This one-byte patch fixes the endgame xscreensaver (both version 4.05 > and 4.14). > Don't know if it's actually correct, but after looking at endgame with > gdb it looked like some likely necessary state updates were omitted. > Reversing the condition when to call the update material function fixes > this.
Good catch! This also fixes the last remaining lighting oddities in bzflag. Like Keith I think that r200UpdateMaterial() can just be called unconditionally there. > btw the same code is also in the radeon driver. If endgame doesn't work > there correctly, it's likely for the same reason I guess. Yeah, and I wonder whether attenuation works there or needs some of the fixes I posted for r200 as well. -- 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
