diff options
author | Jakob Bornecrantz <[email protected]> | 2012-01-09 13:24:50 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2012-01-10 16:59:45 +0100 |
commit | ca21c85ab062f18649445fdbc4e494e31e5ca535 (patch) | |
tree | e1d275817f16c07d67d788a0b7d1963de16e774e /src/gallium/targets | |
parent | 1c9a46dbbe74ca342ed9390683ef4a4f5acd91c5 (diff) |
svga: Drop execbuf throttling
This code isn't used anymore in preference for DRI2 client side swap buffers
throttling or throttling done inside the xa or xorg driver.
Signed-off-by: Jakob Bornecrantz <[email protected]>
Reviewed-by Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/targets')
-rw-r--r-- | src/gallium/targets/dri-vmwgfx/target.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/targets/dri-vmwgfx/target.c b/src/gallium/targets/dri-vmwgfx/target.c index 442e31bba95..e01e4652ada 100644 --- a/src/gallium/targets/dri-vmwgfx/target.c +++ b/src/gallium/targets/dri-vmwgfx/target.c @@ -19,7 +19,6 @@ create_screen(int fd) if (!screen) return NULL; - vmw_winsys_screen_set_throttling(screen, 0); screen = sw_screen_wrap(screen); screen = debug_screen_wrap(screen); |