Consolidate all the iter_init_bits_stride functions
authorSøren Sandmann Pedersen <ssp@redhat.com>
Wed, 22 May 2013 13:01:36 +0000 (09:01 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Wed, 22 May 2013 13:43:21 +0000 (09:43 -0400)
commit2acfac5f8e097ee2ae225d986f981b55d65dd152
tree7f7bb14d59fe68cc0ef8b3c1d5465eb850fd660c
parent533f54430a73199020ce49208d50f448c871a481
Consolidate all the iter_init_bits_stride functions

The SSE2, MMX, and fast implementations all have a copy of the
function iter_init_bits_stride that computes an image buffer and
stride.

Move that function to pixman-utils.c and share it among all the
implementations.
pixman/pixman-fast-path.c
pixman/pixman-mmx.c
pixman/pixman-private.h
pixman/pixman-sse2.c
pixman/pixman-utils.c