[Pixman] [PATCH 1/5] mmx: add scaled bilinear src_8888_8888
Matt Turner
mattst88 at gmail.com
Sun Jul 1 12:15:53 PDT 2012
On Sun, Jul 1, 2012 at 12:56 PM, Søren Sandmann <sandmann at cs.au.dk> wrote:
> Matt Turner <mattst88 at gmail.com> writes:
>
>> + SIMPLE_BILINEAR_FAST_PATH (SRC, a8r8g8b8, a8r8g8b8, mmx_8888_8888 ),
>> + SIMPLE_BILINEAR_FAST_PATH (SRC, a8r8g8b8, x8r8g8b8, mmx_8888_8888 ),
>> + SIMPLE_BILINEAR_FAST_PATH (SRC, x8r8g8b8, x8r8g8b8, mmx_8888_8888 ),
>> +
>
> Looks like the abrg entries are missing.
>
>
> Soren
Indeed. They're missing from SSE2 as well. I'll fix that up when I push it.
More information about the Pixman
mailing list