Martijn van Oosterhout wrote: > Finally found the bug. In the context of the r128 there is a bit that, > when set, disables all auxiliary clip rectangles. This bit appears to > be set by default in dp_gui_master_cntl_c. This means that if a new > context got uploaded without changing the clip rectangles, userspace > would assume the old ones were still valid. > > The fix is simple, whenever R128_UPLOAD_CONTEXT is set, mark the > cliprects as invalidated. Compiled, installed, tested, works like a > charm.
I've checked in the patch. > Thanks to all the people who helped me track this down, Now we can get > back to regular performance improvements, like why > r128WriteDepthPixelsLocked() is being called a hundred times a frame. Have you set a breakpoint on r128WriteDepthPixelsLocked() to determine when it's getting called? -Brian Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
