From 5f947b04da13256e5f514c40dedb98c6e1cbe0f1 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 30 Dec 2003 08:45:53 +0000 Subject: [PATCH] There's never a copy between different depths. Remove the check. --- hw/kdrive/ati/ati_drawtmp.h | 5 ----- 1 file changed, 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;