Re: [Pixman] [PATCH 3/5] test: Macroise name<->number operator and format lookups

2015-03-17 Thread Pekka Paalanen
On Tue, 3 Mar 2015 15:24:18 + Ben Avison wrote: > This reduces code size and eliminates the possibility of cut-and-paste errors > when extending the enums. It also highlighted a mismatch between the set of > formats accepted by format_name() and format_from_string(). For now I have > left th

Re: [Pixman] [PATCH 5/5] test: Add a new benchmarker targeting affine operations

2015-03-17 Thread Pekka Paalanen
On Tue, 3 Mar 2015 15:24:20 + Ben Avison wrote: > --- > test/Makefile.sources |1 + > test/affine-bench.c | 330 > + > 2 files changed, 331 insertions(+), 0 deletions(-) > create mode 100644 test/affine-bench.c > > diff --git a/test/

Re: [Pixman] pixman transform

2015-03-17 Thread Thilo Cestonaro
Hey pq, thanks for your explanation! Regards Thilo Am 16.03.2015 12:42, schrieb Pekka Paalanen: On Mon, 16 Mar 2015 12:11:28 +0100 Thilo Cestonaro 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 hope