[Pixman] [PATCH] Don't discriminate PAD and REFLECT repeat in standard fast paths

2010-09-21 Thread Siarhei Siamashka
From: Siarhei Siamashka siarhei.siamas...@nokia.com Without this fix, setting PAD repeat on a source image prevents the use of any nonscaled standard fast paths, affecting performance a lot. But as long as no pixels outside the source image boundaries are touched by the compositing operation, all

Re: [Pixman] [PATCH] Don't discriminate PAD and REFLECT repeat in standard fast paths

2010-09-21 Thread Bill Spitzak
On Sep 21, 2010, at 9:04 PM, Siarhei Siamashka wrote: But now returning back to this issue. Ideally, PAD repeat would be a better default instead of NONE. Just because NONE repeat is a bit strange and hard to accelerate in hardware. This is one example from freedesktop.org bugzilla (and