Move delegation of src/dest iter init into pixman-implementation.c
authorSøren Sandmann Pedersen <ssp@redhat.com>
Sat, 15 Sep 2012 17:20:52 +0000 (13:20 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Wed, 19 Sep 2012 16:22:58 +0000 (12:22 -0400)
commitee6af72dadaf9eb049bfeb35dc9ff57c3902403a
tree9ab9c61824769179501ede1f79d41eb7efc4d1c1
parentc710d0fae2a9dc7d20913e5e39a1bb53f7c942db
Move delegation of src/dest iter init into pixman-implementation.c

Instead of relying on each implementation to delegate when an iterator
can't be initialized, change the type of iterator initializers to
boolean and make pixman-implementation.c do the delegation whenever an
iterator initializer returns FALSE.
pixman/pixman-general.c
pixman/pixman-implementation.c
pixman/pixman-mmx.c
pixman/pixman-noop.c
pixman/pixman-private.h
pixman/pixman-sse2.c