mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-20 23:30:40 +02:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue