Move compositing functionality from pixman-utils.c into pixman.c
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Tue, 15 Sep 2009 05:11:04 +0000 (01:11 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Mon, 15 Feb 2010 01:43:25 +0000 (20:43 -0500)
commite914cccb24c1391aa25eca8df87a08bd935cd870
tree2f947c9ebc014b1cac96c32b7db62a05f624290b
parent0eeb197599cca78a645f8a5498b0124ef170c523
Move compositing functionality from pixman-utils.c into pixman.c

_pixman_run_fast_path() and pixman_compute_composite_region() are both
moved to pixman-image, since at this point that's the only place they
are being called from.
pixman/pixman-private.h
pixman/pixman-utils.c
pixman/pixman.c