Magellan Linux

Annotation of /trunk/xorg-old/patches-6.8.2-r10/9924_all_6.8.2-fix-fbcopy-transparencies.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 167 - (hide annotations) (download)
Tue May 8 20:58:51 2007 UTC (17 years, 1 month ago) by niro
File size: 359 byte(s)
-import

1 niro 167 http://bugs.gentoo.org/show_bug.cgi?id=96053#c80
2     --- xc/programs/Xserver/fb/fbcopy.c.ORIG
3     +++ xc/programs/Xserver/fb/fbcopy.c
4     @@ -59,7 +59,7 @@
5     while (nbox--)
6     {
7     #ifdef USE_MMX
8     - if (!reverse && !upsidedown && fbHaveMMX())
9     + if (alu == GXcopy && !reverse && !upsidedown && fbHaveMMX())
10     {
11     if (!fbCopyAreammx (pSrcDrawable,
12     pDstDrawable,