[Pixman] [PATCH 1/4] bits: Implement PAD support in the simple fetcher

Søren Sandmann sandmann at cs.au.dk
Tue Jan 29 11:25:24 PST 2013


Chris Wilson <chris at chris-wilson.co.uk> writes:

> diff --git a/pixman/pixman-bits-image.c b/pixman/pixman-bits-image.c
> index 75a39a1..f25d576 100644
> --- a/pixman/pixman-bits-image.c
> +++ b/pixman/pixman-bits-image.c
> @@ -1266,6 +1266,61 @@ bits_image_fetch_untransformed_repeat_none (bits_image_t *image,
>  }
>  
>  static void
> +bits_image_fetch_untransformed_repeat_pad (bits_image_t *image,
> +					   pixman_bool_t wide,
> +					   int           x,
> +					   int           y,
> +					   int           width,
> +					   uint32_t *    buffer)

Some coding style issues in this one: no braces around single lines,
spaces around -.

But I'm curious what particular operation hits this. Usually PAD
repeating is most useful with scaling, but this is an untransformed
fetcher.


Søren


More information about the Pixman mailing list