diff options
Diffstat (limited to 'src/i830_batchbuffer.h')
-rw-r--r-- | src/i830_batchbuffer.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/i830_batchbuffer.h b/src/i830_batchbuffer.h index 4315bbac..21aae8d9 100644 --- a/src/i830_batchbuffer.h +++ b/src/i830_batchbuffer.h @@ -197,11 +197,6 @@ do { \ __FUNCTION__, \ intel->batch_used - intel->batch_emit_start, \ intel->batch_emitting); \ - if ((intel->batch_emitting > 8) && \ - (I810_DEBUG & DEBUG_ALWAYS_SYNC)) { \ - /* Note: not actually syncing, just flushing each batch. */ \ - intel_batch_submit(scrn, FALSE); \ - } \ intel->batch_emitting = 0; \ } while (0) |