mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
There's never a copy between different depths. Remove the check.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user