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; | 	CARD32 datatype; | ||||||
| 	LOCALS; | 	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; | 	copydx = dx; | ||||||
| 	copydy = dy; | 	copydy = dy; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue