In delegate_{src,dest}_iter_init() call delegate directly.
authorSøren Sandmann Pedersen <ssp@redhat.com>
Sun, 13 Mar 2011 00:06:02 +0000 (19:06 -0500)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Fri, 18 Mar 2011 20:23:10 +0000 (16:23 -0400)
commitbe4eaa0e4f79af38b7b89c5b09ca88d3a88d9396
treeaeb5e24c6c110380f779cfa7d49b1c94d90f6e61
parent70a923882ca24664344ba91a649e7aa12c3063f7
In delegate_{src,dest}_iter_init() call delegate directly.

There is no reason to go through
_pixman_implementation_{src,dest}_iter_init(), especially since
_pixman_implementation_src_iter_init() is doing various other checks
that only need to be done once.

Also call delegate->src_iter_init() directly in pixman-sse2.c
pixman/pixman-implementation.c
pixman/pixman-sse2.c