Michel DÃnzer wrote:
Removing only the state test does absolutely nothing for endgame
(4.05 or 4.14) unfortunately for me. Maybe we have different other
patches attached?


Indeed, I had forgotten about something I had been playing with, see attachment. Looks like the stuff in the block needs to be done unconditionally as well?
With this patch attached, endgame indeed works correctly when the
other state test is left out.

(I also have a RV250, not R200, but let's hope this doesn't make a
 difference.)


My M9 is RV250 as well.
But you're using ppc? Must be some notebook then...


------------------------------------------------------------------------



Index: r200_state.c =================================================================== RCS file: /cvs/mesa/Mesa/src/mesa/drivers/dri/r200/r200_state.c,v retrieving revision 1.6 diff -p -u -r1.6 r200_state.c ---
r200_state.c 27 Dec 2003 22:06:39 -0000 1.6 +++ r200_state.c 22 Jan
2004 01:19:50 -0000 @@ -963,7 +970,7 @@ void r200UpdateMaterial(
GLcontext *ctx fcmd[MTL_SHININESS] =
mat[MAT_ATTRIB_FRONT_SHININESS][0]; }


-   if (R200_DB_STATECHANGE( rmesa, &rmesa->hw.mtl[0] )) { +   if
(R200_DB_STATECHANGE( rmesa, &rmesa->hw.mtl[0] ) || 1) { for (p = 0 ;
p < MAX_LIGHTS; p++) update_light_colors( ctx, p );


Roland



------------------------------------------------------- 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

Reply via email to