There's never a copy between different depths. Remove the check.
This commit is contained in:
		
							parent
							
								
									c8eb20a08e
								
							
						
					
					
						commit
						5f947b04da
					
				|  | @ -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…
	
		Reference in New Issue