Re: [Pixman] [PATCH 18/18] Fix destination fetching.

2011-01-07 Thread Andrea Canciani
On Thu, Jan 6, 2011 at 3:28 AM, Søren Sandmann wrote: > From: Søren Sandmann Pedersen > > 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 b

[Pixman] [PATCH 18/18] Fix destination fetching.

2011-01-05 Thread Søren Sandmann
From: Søren Sandmann Pedersen 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 separating the concepts of source and destination iterator instea