Move blt delegation into pixman-implementation.c
authorSøren Sandmann Pedersen <ssp@redhat.com>
Sat, 15 Sep 2012 17:03:10 +0000 (13:03 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Wed, 19 Sep 2012 16:22:58 +0000 (12:22 -0400)
commit534507ba3b00b9aaadc9f181c282b01e4e2fe415
tree251bb12b1f6b3d6c778357864b659f33a8f219d2
parent7ef4436abbdb898dc656ebb5832ed5d6fd764bba
Move blt delegation into pixman-implementation.c

Rather than require each individual implementation to do the
delegation for blt, just do it in pixman-implementation.c whenever the
implementation blt returns FALSE.

With this change, there is no longer any reason for the
implementations to have one blt 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-general.c
pixman/pixman-implementation.c
pixman/pixman-mips-dspr2.c
pixman/pixman-mmx.c
pixman/pixman-sse2.c