Merge pixman_image_composite32() and do_composite().
authorSøren Sandmann Pedersen <ssp@redhat.com>
Sun, 22 Aug 2010 15:09:45 +0000 (11:09 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Tue, 24 Aug 2010 12:12:20 +0000 (08:12 -0400)
commit5530bcab26508f38a25d2afffa7fef20f35a68e1
treedc5e84086d3056ed7f14a931b23940f187d70fbe
parenta8ea889e5e3029c2aad0e54e849783242daca274
Merge pixman_image_composite32() and do_composite().

There is not much point having a separate function that just validates
the images. Also add a boolean return to lookup_composite_function()
so that we can return if no composite function is found.
pixman/pixman.c