[Pixman] [PATCH 0/6] Simple repeat

Taekyun Kim podain77 at gmail.com
Thu Sep 22 04:53:17 PDT 2011


From: Taekyun Kim <tkq.kim at samsung.com>

Hi,

I modified previous simple repeat patches based on Soeren Sandmann's
suggestion. Major difference is internal functions for init/fini of
pixman_image_t so that we can use stack-allocated pixman_image_t.

Thanks.

--
Best Regards,
Taekyun Kim

Søren Sandmann Pedersen (1):
  Add src, mask, and dest flags to the composite args struct.

Taekyun Kim (5):
  init/fini functions for pixman_image_t
  Add new fast path flag FAST_PATH_BITS_IMAGE
  Move _pixman_lookup_composite_function() to pixman-utils.c
  Simple repeat fast path
  Simple repeat: Extend too short source scanlines into temporary
    buffer

 pixman/pixman-bits-image.c |   74 +++++++++++-------
 pixman/pixman-fast-path.c  |  178 ++++++++++++++++++++++++++++++++++++++++++++
 pixman/pixman-image.c      |  111 ++++++++++++++++------------
 pixman/pixman-private.h    |   29 +++++++
 pixman/pixman-utils.c      |  112 +++++++++++++++++++++++++++
 pixman/pixman.c            |  123 ++----------------------------
 6 files changed, 435 insertions(+), 192 deletions(-)



More information about the Pixman mailing list