Re: [Pixman] [PATCH 4/5] lowlevel-blt-bench: Parse test name strings in general case

2015-03-16 Thread Pekka Paalanen
On Tue, 3 Mar 2015 15:24:19 + Ben Avison bavi...@riscosopen.org wrote: There are many types of composite operation that are useful to benchmark but which are omitted from the table. Continually having to add extra entries to the table is a nuisance and is prone to human error, so this

Re: [Pixman] [PATCH 1/5] armv6: Fix typo in preload macro

2015-03-16 Thread Pekka Paalanen
On Tue, 3 Mar 2015 15:24:16 + Ben Avison bavi...@riscosopen.org wrote: Missing lsl meant that cases with a 32-bit source and/or mask, and an 8-bit destination, the code would not assemble. --- pixman/pixman-arm-simd-asm.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)

[Pixman] pixman transform

2015-03-16 Thread Thilo Cestonaro
Hey! I try to understand how weston's fbdev compositor trys to transform the screen. As it uses pixman to do this, I come here to hopefully get some answers :). Can someone briefly explain the following functions (what they tend to do and what the parameters mean):

Re: [Pixman] pixman transform

2015-03-16 Thread Pekka Paalanen
On Mon, 16 Mar 2015 12:11:28 +0100 Thilo Cestonaro th...@cestona.ro wrote: Hey! I try to understand how weston's fbdev compositor trys to transform the screen. As it uses pixman to do this, I come here to hopefully get some answers :). Can someone briefly explain the following