Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 96053 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- xc/programs/Xserver/fb/fbcopy.c.ORIG
0
++ xc/programs/Xserver/fb/fbcopy.c
Lines 59-65 Link Here
59
    while (nbox--)
59
    while (nbox--)
60
    {
60
    {
61
#ifdef USE_MMX
61
#ifdef USE_MMX
62
	if (!reverse && !upsidedown && fbHaveMMX())
62
	if (alu == GXcopy && !reverse && !upsidedown && fbHaveMMX())
63
	{
63
	{
64
	    if (!fbCopyAreammx (pSrcDrawable,
64
	    if (!fbCopyAreammx (pSrcDrawable,
65
				pDstDrawable,
65
				pDstDrawable,

Return to bug 96053