target/dri-vmwgfx: Throttle dri clients by default.

Throttle pretty hard in order to prioritize user-space interactivity over
3D application speed. May revisit this later.

Signed-off-by: Thomas <thellstrom@vmware.com>
This commit is contained in:
Thomas
2011-06-15 13:04:40 +02:00
parent 9f2f5b3d7f
commit 82301ea011
+1
View File
@@ -19,6 +19,7 @@ create_screen(int fd)
if (!screen)
return NULL;
vmw_winsys_screen_set_throttling(screen, 10);
screen = sw_screen_wrap(screen);
screen = debug_screen_wrap(screen);