diff options
author | Dave Airlie <airlied@redhat.com> | 2010-08-25 10:42:39 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-08-25 10:42:39 +1000 |
commit | e9928fe036e9382fd7bc353f3f05531445f08977 (patch) | |
tree | 6842b0888e25461feb6c2a7211d18bc5d938f139 /src/radeon_dri2.c | |
parent | 9f13049ddf06f6f2138851a548cfb82f12a52f42 (diff) |
remove explicit buffer submit from copy region
port of 0be3e95c844247746742805830860ace9f546d99 from intel driver.
Remove explicit batchbuffer submit in DRI2 copyregion
Now that we submit from the flush callback chain, we know we'll always
submit before the client receives the reply or event that blocks it from
rendering the next frame.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/radeon_dri2.c')
-rw-r--r-- | src/radeon_dri2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/radeon_dri2.c b/src/radeon_dri2.c index 4cafbc65..4ded9dcb 100644 --- a/src/radeon_dri2.c +++ b/src/radeon_dri2.c @@ -347,7 +347,6 @@ radeon_dri2_copy_region(DrawablePtr drawable, info->accel_state->vsync = vsync; FreeScratchGC(gc); - radeon_cs_flush_indirect(pScrn); } |