summaryrefslogtreecommitdiff
path: root/src/i830_accel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/i830_accel.c')
-rw-r--r--src/i830_accel.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/i830_accel.c b/src/i830_accel.c
index 626c751f..115dc62f 100644
--- a/src/i830_accel.c
+++ b/src/i830_accel.c
@@ -140,7 +140,10 @@ void i830_debug_flush(ScrnInfoPtr scrn)
{
intel_screen_private *intel = intel_get_screen_private(scrn);
- if (intel->debug_flush & (DEBUG_FLUSH_BATCHES | DEBUG_FLUSH_CACHES))
+ if (intel->debug_flush & DEBUG_FLUSH_CACHES)
+ intel_batch_pipelined_flush(scrn);
+
+ if (intel->debug_flush & DEBUG_FLUSH_BATCHES)
intel_batch_flush(scrn, FALSE);
}