[Pixman] [PATCH] arm: Simplify PIXMAN_ARM_SIMPLE_NEAREST_A8_MASK_FAST_PATH

Pekka Paalanen ppaalanen at gmail.com
Wed May 27 04:13:01 PDT 2015


On Tue, 26 May 2015 23:58:26 +0100
Ben Avison <bavison at riscosopen.org> wrote:

> This macro is a superset of the platform-neutral macro
> SIMPLE_NEAREST_A8_MASK_FAST_PATH. In other words, in addition to the
> _COVER, _NONE and _PAD suffixes, its expansion includes the _NORMAL suffix.
> ---
>  pixman/pixman-arm-common.h |    4 +---
>  1 files changed, 1 insertions(+), 3 deletions(-)
> 
> diff --git a/pixman/pixman-arm-common.h b/pixman/pixman-arm-common.h
> index 8a552fd..c039626 100644
> --- a/pixman/pixman-arm-common.h
> +++ b/pixman/pixman-arm-common.h
> @@ -311,9 +311,7 @@ FAST_NEAREST_MAINLOOP_COMMON (cputype##_##name##_normal_##op,                 \
>  
>  /* Provide entries for the fast path table */
>  #define PIXMAN_ARM_SIMPLE_NEAREST_A8_MASK_FAST_PATH(op,s,d,func)              \
> -    SIMPLE_NEAREST_A8_MASK_FAST_PATH_COVER (op,s,d,func),                     \
> -    SIMPLE_NEAREST_A8_MASK_FAST_PATH_NONE (op,s,d,func),                      \
> -    SIMPLE_NEAREST_A8_MASK_FAST_PATH_PAD (op,s,d,func),                       \
> +    SIMPLE_NEAREST_A8_MASK_FAST_PATH (op,s,d,func),                           \
>      SIMPLE_NEAREST_A8_MASK_FAST_PATH_NORMAL (op,s,d,func)
>  
>  /*****************************************************************************/

Reviewed-by: Pekka Paalanen <pekka.paalanen at collabora.co.uk>

Will push in a few days, if no-one objects.


Thanks,
pq


More information about the Pixman mailing list