Move more things out of the inner loop in do_composite().
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Tue, 15 Sep 2009 05:34:33 +0000 (01:34 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Mon, 15 Feb 2010 02:45:25 +0000 (21:45 -0500)
commit362a9f564a9a58c48ab0129ca3ac997d0cb84bab
treefee46b8f1b34ce05d07b9669b7e3a0dfa32d9cab
parent129d9c187146a060863598d154e6770394547afd
Move more things out of the inner loop in do_composite().

Specifically,

- the src_ and mask_repeat computations

- the check for whether the involved images cover the composite
  region.
pixman/pixman.c