Bug #3781: Only use fbCopyAreammx when alu == GXcopy. Originally Gentoo bug
#96053, patch by bartron@gmx.net.
This commit is contained in:
		
							parent
							
								
									6d4b350dee
								
							
						
					
					
						commit
						d51962378e
					
				|  | @ -63,7 +63,7 @@ fbCopyNtoN (DrawablePtr	pSrcDrawable, | |||
|     while (nbox--) | ||||
|     { | ||||
| #ifdef USE_MMX | ||||
| 	if (!reverse && !upsidedown && fbHaveMMX()) | ||||
| 	if (alu == GXcopy && !reverse && !upsidedown && fbHaveMMX()) | ||||
| 	{ | ||||
| 	    if (!fbCopyAreammx (pSrcDrawable, | ||||
| 				pDstDrawable, | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue