mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Bug #3781: Only use fbCopyAreammx when alu == GXcopy. Originally Gentoo bug
#96053, patch by bartron@gmx.net.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user