Only use fbCopyAreammx if planemask is FB_ALLONES (fixes XTS5 XCopyArea
tests 22 and 23).
This commit is contained in:
parent
0b150a05e6
commit
89c661d61f
|
@ -63,7 +63,8 @@ fbCopyNtoN (DrawablePtr pSrcDrawable,
|
||||||
while (nbox--)
|
while (nbox--)
|
||||||
{
|
{
|
||||||
#ifdef USE_MMX
|
#ifdef USE_MMX
|
||||||
if (alu == GXcopy && !reverse && !upsidedown && fbHaveMMX())
|
if (pm == FB_ALLONES && alu == GXcopy && !reverse &&
|
||||||
|
!upsidedown && fbHaveMMX())
|
||||||
{
|
{
|
||||||
if (!fbCopyAreammx (pSrcDrawable,
|
if (!fbCopyAreammx (pSrcDrawable,
|
||||||
pDstDrawable,
|
pDstDrawable,
|
||||||
|
|
Loading…
Reference in New Issue