pixman-fast-path.c: Pick NEAREST affine fast paths before BILINEAR ones
authorSøren Sandmann Pedersen <soren.sandmann@gmail.com>
Wed, 31 Aug 2016 05:03:01 +0000 (22:03 -0700)
committerSøren Sandmann Pedersen <soren.sandmann@gmail.com>
Fri, 2 Sep 2016 04:40:11 +0000 (00:40 -0400)
commiteb4a832ec22e4257b59cac752b02a1d27f4363bc
treee39c588e8dadd8c24eef3eb995ff558c2c525620
parent7c6066b700c7cdd4aeb8be426b14b3a5f0de4b6c
pixman-fast-path.c: Pick NEAREST affine fast paths before BILINEAR ones

When a BILINEAR filter is reduced to NEAREST, it is possible for both
types of fast paths to run; in this case, the NEAREST ones should be
preferred as that is the simpler filter.

Signed-off-by: Soren Sandmann <soren.sandmann@gmail.com>
Reviewed-by: Bill Spitzak <spitzak@gmail.com>
pixman/pixman-fast-path.c