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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user