In r200_lock.c r200UpdatePageFlipping:
rmesa->pClipRects[0].x2 seams to allways have the correct value while x1
dose not.  Here is the code I added.

   if ( rmesa->numClipRects == 1 )
     {
        printf("%d\n", rmesa->pClipRects[0].x1);
     }

Here is the output I got...
930  <--- Move
779  <--- Move
906  <--- Move
158 frames in 7.0 seconds = 22.571 FPS
946  <--- Move
56656  <--- Resize
184 frames in 5.0 seconds = 36.800 FPS
1257  <--- Move
134 frames in 7.0 seconds = 19.143 FPS
1240  <--- Move
235 frames in 5.0 seconds = 47.000 FPS
289 frames in 5.0 seconds = 57.800 FPS
1243  <--- Move
1332  <--- Move
226 frames in 5.0 seconds = 45.200 FPS
1192  <--- Move
56656  <--- Resize
175 frames in 5.0 seconds = 35.000 FPS



        
                
__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 


-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to