uxa: Remove cache flush for copy
As the copy uses the 2D blitter, it uses the render cache so the source should not require flushing if it has previously been used as a destination. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
2d434eed09
commit
85fe41126e
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue