Add scaled nearest repeat fast paths
authorSiarhei Siamashka <siarhei.siamashka@gmail.com>
Tue, 26 Jun 2012 02:36:52 +0000 (22:36 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Wed, 26 Sep 2012 04:03:10 +0000 (00:03 -0400)
commitaff796d6cee4cb81f0352c2f7d0c994229bd5ca1
treef82cdf4e2aa7ae7b92d8b2e2a8dbe4610fa07db5
parent05560828c495ed9226b43b30e1824447e3d8eff3
Add scaled nearest repeat fast paths

Before this patch it was often faster to scale and repeat
in two passes because each pass used a fast path vs.
the slow path that the single pass approach takes. This
makes it so that the single pass approach has competitive
performance.
pixman/pixman-arm-common.h
pixman/pixman-arm-neon-asm.h
pixman/pixman-arm-simd-asm.S
pixman/pixman-fast-path.c
pixman/pixman-inlines.h
pixman/pixman-sse2.c