On Fri, Apr 19, 2002 at 12:21:04AM -0700, Raystonn wrote: > In my quest for algorithmic optimizations, I have stumbled onto what I > believe must be a bug. Please take a look at the client_state function (the > first function) in enable.c. You will find the following code: > > if (*var == flag) > return; > > If I am correct this should actually be: > > if (*var == state) > return;
Nod - looks right to me. I've got *var == state here, probably from looking for the other array c&p bug, so if it's not in the TCL branch I've forgotten to commit. Dunno about the other drivers, but I don't think the radeon will gain much here unless the arrays are static as well as the state, otherwise they'll be getting flushed anyway. -- Michael. _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel