mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-03 14:00:13 +01:00
Fix typo in previous commit
This commit is contained in:
parent
0ebe48be59
commit
a300ef84ce
1 changed files with 1 additions and 1 deletions
|
|
@ -639,7 +639,7 @@ mmxCombineSaturateU (CARD32 *dest, const CARD32 *src, int width)
|
|||
CARD32 da = ~d >> 24;
|
||||
|
||||
if (sa > da) {
|
||||
__m64 msa = load8888(FbIntDiv(da, sa))<<24;
|
||||
__m64 msa = load8888(FbIntDiv(da, sa) << 24);
|
||||
msa = expand_alpha_rev(msa);
|
||||
ms = pix_multiply(ms, msa);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue