Make use of image flags in mmx and sse2 iterators upstream
authorSøren Sandmann Pedersen <ssp@redhat.com>
Thu, 24 May 2012 07:10:34 +0000 (03:10 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Wed, 30 May 2012 08:42:29 +0000 (04:42 -0400)
commitc2230fe2aff709de21cc2ee3fa27c3f7578e7f9d
tree17ca5a3fdadfefa349bd5508ee3a4f8851f6f727
parentc1065a9cb4ab1f5847b2373847c65d8ea68975f1
Make use of image flags in mmx and sse2 iterators

Now that we have the full image flags available, the SSE2 and MMX
iterators can simply check against SAMPLES_COVER_CLIP_NEAREST (which
is computed in pixman_image_composite32()) instead of comparing all
the x/y/width/height parameters.
pixman/pixman-mmx.c
pixman/pixman-sse2.c