Check for read accessors before taking the bilinear fast path
authorSøren Sandmann Pedersen <ssp@redhat.com>
Mon, 12 Jul 2010 19:13:49 +0000 (15:13 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Tue, 13 Jul 2010 19:46:21 +0000 (15:46 -0400)
commit9897bb4eeed165b76001dfefd3a89bcb96d38a72
tree917435bb43a57f259bf3040b56970d1778eeb08a
parentce3d9fca73bb8abe4d5b1023cfdb06ca53b6161c
Check for read accessors before taking the bilinear fast path

The bilinear fast path accesses pixels directly, so if the image has a
read accessor, then it can't be used.
pixman/pixman-bits-image.c