diff options
-rw-r--r-- | src/i830_uxa.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/i830_uxa.c b/src/i830_uxa.c index 5f3d5059..d53af043 100644 --- a/src/i830_uxa.c +++ b/src/i830_uxa.c @@ -310,9 +310,6 @@ i830_uxa_prepare_copy(PixmapPtr source, PixmapPtr dest, int xdir, if (!intel_check_pitch_2d(dest)) return FALSE; - if(i830_uxa_pixmap_is_dirty(source)) - intel_batch_pipelined_flush(scrn); - intel->render_source = source; intel->BR[13] = I830CopyROP[alu] << 16; |