mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 02:00:06 +01:00
Pixman merge
Make use of fbCompositeSrcAdd_8888x8x8mmx
This commit is contained in:
parent
701ccb4a22
commit
0ff7c94fcf
1 changed files with 6 additions and 1 deletions
|
|
@ -1962,6 +1962,11 @@ fbComposite (CARD8 op,
|
|||
pDst->format == PICT_a8)
|
||||
{
|
||||
srcRepeat = FALSE;
|
||||
#ifdef USE_MMX
|
||||
if (fbHaveMMX())
|
||||
func = fbCompositeSrcAdd_8888x8x8mmx;
|
||||
else
|
||||
#endif
|
||||
func = fbCompositeSrcAdd_8888x8x8;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue