Move fill delegation into pixman-implementation.c
authorSøren Sandmann Pedersen <ssp@redhat.com>
Sat, 15 Sep 2012 17:08:51 +0000 (13:08 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Wed, 19 Sep 2012 16:22:58 +0000 (12:22 -0400)
commitc710d0fae2a9dc7d20913e5e39a1bb53f7c942db
treea3b0334a00191f361f7c5fee36c5a8246d0e6ec9
parent534507ba3b00b9aaadc9f181c282b01e4e2fe415
Move fill delegation into pixman-implementation.c

As in the blt commit, do the delegation in pixman-implementation.c
whenever the implementation fill returns FALSE instead of relying on
each implementation to do it by itself.

With this change there is no longer any reason for the implementations
to have one fill function that delegates and one that actually blits,
so consolidate those in the NEON, DSPr2, SSE2, and MMX
implementations.
pixman/pixman-arm-neon.c
pixman/pixman-fast-path.c
pixman/pixman-general.c
pixman/pixman-implementation.c
pixman/pixman-mips-dspr2.c
pixman/pixman-mmx.c
pixman/pixman-sse2.c