[Pixman] Missing parrot image in pixman's tarball?

2012-05-20 Thread Cyril Brulebois
Hello, those commits added a parrot image: 451b25ae90ea077a78d2606ce107b826043a252b 746291a19ed29e2da6de57b382a1dfaa900d067b this commit added parrot.c to the tarball: b2c16aaadfae64d2573abb537bfedd92c13b8d06 but there's no parrot.jpg in the tarball. Maybe it would make sense to add it to

Re: [Pixman] Missing parrot image in pixman's tarball?

2012-05-20 Thread Søren Sandmann
Cyril Brulebois k...@debian.org writes: but there's no parrot.jpg in the tarball. Maybe it would make sense to add it to EXTRA_DIST too so that an extracted tarball matches a bit more what's in git? Good point - I've added it. Søren ___ Pixman

Re: [Pixman] [PATCH 2/2] MIPS: DSPr2: Added bilinear over_8888_8_8888 fast path.

2012-05-20 Thread Siarhei Siamashka
On Wed, May 16, 2012 at 5:27 AM, Siarhei Siamashka siarhei.siamas...@gmail.com wrote: +/* + * Multiply pixel (a8) with single pixel (a8r8g8b8). It requires maskLSR + * needed for rounding process. maskLSR must have following value: + *   li       maskLSR, 0x00ff00ff + */ +.macro

Re: [Pixman] [PATCH 2/2] MIPS: DSPr2: Added bilinear over_8888_8_8888 fast path.

2012-05-20 Thread Siarhei Siamashka
On Wed, May 16, 2012 at 12:37 AM, Siarhei Siamashka siarhei.siamas...@gmail.com wrote: On Mon, May 14, 2012 at 9:17 PM, Nemanja Lukic nemanja.lu...@rt-rk.com wrote: Is this small improvement worth making this code vulnerable to endian issues? If you are already satisfied with this level of