mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-28 11:00:06 +01:00
There's never a copy between different depths. Remove the check.
This commit is contained in:
parent
c8eb20a08e
commit
5f947b04da
1 changed files with 0 additions and 5 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue