summaryrefslogtreecommitdiff
path: root/hw/kdrive/ati/ati_drawtmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/kdrive/ati/ati_drawtmp.h')
-rw-r--r--hw/kdrive/ati/ati_drawtmp.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/hw/kdrive/ati/ati_drawtmp.h b/hw/kdrive/ati/ati_drawtmp.h
index b6ccecc78..a0057222f 100644
--- a/hw/kdrive/ati/ati_drawtmp.h
+++ b/hw/kdrive/ati/ati_drawtmp.h
@@ -171,11 +171,6 @@ TAG(ATIPrepareCopy)(PixmapPtr pSrc, PixmapPtr pDst, int dx, int dy, int alu, Pix
CARD32 datatype;
LOCALS;
- /* No acceleration between different formats */
- if (pSrc->drawable.bitsPerPixel != pDst->drawable.bitsPerPixel)
- ATI_FALLBACK(("src bpp != dst bpp (%d vs %d)\n",
- pSrc->drawable.bitsPerPixel, pDst->drawable.bitsPerPixel));
-
copydx = dx;
copydy = dy;