[Pixman] pixman-0.32.4 build error scale.c:(.text+0x8fe): undefined reference to `pixman_filter_create_separable_convolution'

2014-04-07 Thread Murali Krishna
Hi, While building pixman-0.32.4 package on linux platform i got the build error like scale.c:(.text+0x8fe): undefined reference to `pixman_filter_create_separable_convolution' Please find the below attached log and guide me to solve the problem. Thanks, Murali. build-pixman.log Description:

Re: [Pixman] Testing (Re: [PATCH 3/3] ARMv6: Add fast path for over_n_8888_8888_ca)

2014-04-07 Thread Siarhei Siamashka
On Fri, 4 Apr 2014 10:28:05 +0300 Pekka Paalanen ppaala...@gmail.com wrote: Hi, thank you for pushing the two patches, and running extended tests. I will check with Ben on what to do here. Could someone point me to a document describing how one uses these testing tools properly?

Re: [Pixman] Testing (Re: [PATCH 3/3] ARMv6: Add fast path for over_n_8888_8888_ca)

2014-04-07 Thread Pekka Paalanen
On Mon, 7 Apr 2014 10:50:03 +0300 Siarhei Siamashka siarhei.siamas...@gmail.com wrote: On Fri, 4 Apr 2014 10:28:05 +0300 Pekka Paalanen ppaala...@gmail.com wrote: Could someone point me to a document describing how one uses these testing tools properly? Hopefully it would answer all my

[Pixman] Resurrecting: Added fast path for pad type repeats

2014-04-07 Thread Pekka Paalanen
Hi, this thread started from http://lists.freedesktop.org/archives/pixman/2013-February/002619.html and continued in http://lists.freedesktop.org/archives/pixman/2013-March/002677.html I'd like to hear what the thoughts of it are now, more questions below. On Wed, 13 Feb 2013 08:37:06 +0100

[Pixman] [PATCH] ARM: use pixman_asm_function in internal headers

2014-04-07 Thread Pekka Paalanen
From: Pekka Paalanen pekka.paala...@collabora.co.uk The two ARM headers contained open-coded copies of pixman_asm_function, replace these. Since it seems customary that ARM headers do not use CPP include guards, rely on the .S files to #include pixman-arm-asm.h first. They all already do. ---

Re: [Pixman] Testing (Re: [PATCH 3/3] ARMv6: Add fast path for over_n_8888_8888_ca)

2014-04-07 Thread Søren Sandmann
Siarhei Siamashka siarhei.siamas...@gmail.com writes: - compile pixman with optimizations producing statically linked blitter-test (how?), rename it to blitters-test.armv6 (on rpi) You compile one binary configured as --disable-arm-simd. And another one with arm-simd (armv6) optimizations