Fix destination fetching
authorSøren Sandmann Pedersen <ssp@redhat.com>
Sun, 12 Dec 2010 12:34:42 +0000 (07:34 -0500)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Tue, 18 Jan 2011 17:42:26 +0000 (12:42 -0500)
commit7f4eabbeec92e55fd8f812c0e5d8568eacbb633d
treee8760aa48542c19b8f3ddc0d29e0dbcb4628ae2e
parent9489c2e04a5361fe19a89a0da9d7be28436c0a4b
Fix destination fetching

When fetching from destinations, we need to ignore transformations,
repeat and filtering. Currently we don't ignore them, which means all
kinds of bad things can happen.

This bug fixes this problem by directly calling the scanline fetchers
for destinations instead of going through the full
get_scanline_32/64().
pixman/pixman-bits-image.c