mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
Fix an fb regression on A8 pictures. (Fredrik Höglund)
This commit is contained in:
parent
03d37eb038
commit
b37e738d5f
2 changed files with 4 additions and 1 deletions
|
|
@ -881,7 +881,7 @@ fbComposite (CARD8 op,
|
|||
case PictOpSrc:
|
||||
#ifdef USE_MMX
|
||||
if (!pMask && pSrc->format == pDst->format &&
|
||||
pSrc->pDrawable != pDst->pDrawable)
|
||||
pSrc->format != PICT_a8 && pSrc->pDrawable != pDst->pDrawable)
|
||||
{
|
||||
func = fbCompositeCopyAreammx;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue