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
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/
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