diff --git a/src/r600_exa.c b/src/r600_exa.c index 0d7e9f9..8b619d1 100644 --- a/src/r600_exa.c +++ b/src/r600_exa.c @@ -994,9 +994,9 @@ R600Copy(PixmapPtr pDst, bo = radeon_get_pixmap_bo(pDst); #endif - if (accel_state->same_surface && + if (accel_state->same_surface /*&& is_overlap(srcX, srcX + (w - 1), srcY, srcY + (h - 1), - dstX, dstX + (w - 1), dstY, dstY + (h - 1))) { + dstX, dstX + (w - 1), dstY, dstY + (h - 1))*/) { if (accel_state->copy_area) { uint32_t pitch = exaGetPixmapPitch(pDst) / (pDst->drawable.bitsPerPixel / 8); uint32_t orig_offset, tmp_offset;