fast: Replace the fetcher_info_t table with a pixman_iter_info_t table
authorSøren Sandmann Pedersen <ssp@redhat.com>
Tue, 21 May 2013 07:59:06 +0000 (03:59 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Wed, 22 May 2013 13:43:21 +0000 (09:43 -0400)
commit9c15afb105ee0c5b166b9bd07c28857927b1aecb
treed95c5117eafdc98ce761e78b4ca097ad5177aff9
parent71c2d519d0abb8217b7ddb20148861e2ef71f3e6
fast: Replace the fetcher_info_t table with a pixman_iter_info_t table

Similar to the SSE2 and MMX patches, this commit replaces a table of
fetcher_info_t with a table of pixman_iter_info_t, and similar to the
noop patch, both fast_src_iter_init() and fast_dest_iter_init() are
now doing exactly the same thing, so their code can be shared in a new
function called fast_iter_init_common().
pixman/pixman-fast-path.c