[xserver-commit] xserver/hw/kdrive/ati ati_drawtmp.h,1.3,1.4

Eric Anholt xserver-commit@pdx.freedesktop.org
Tue, 30 Dec 2003 00:45:55 -0800


Committed by: anholt

Update of /cvs/xserver/xserver/hw/kdrive/ati
In directory pdx:/home/anholt/xserver/hw/kdrive/ati

Modified Files:
	ati_drawtmp.h 
Log Message:
There's never a copy between different depths. Remove the check.


Index: ati_drawtmp.h
===================================================================
RCS file: /cvs/xserver/xserver/hw/kdrive/ati/ati_drawtmp.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ati_drawtmp.h	30 Dec 2003 08:23:56 -0000	1.3
+++ ati_drawtmp.h	30 Dec 2003 08:45:53 -0000	1.4
@@ -171,11 +171,6 @@
 	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;