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

2015-04-09 Thread Pekka Paalanen
On Wed, 08 Apr 2015 13:59:02 +0100 "Ben Avison" wrote: > On Wed, 08 Apr 2015 12:21:03 +0100, Pekka Paalanen > wrote: > > > But if I'll rework the lookup tables, I can rework this too. Would be > > my pleasure, even, getting acquainted with Pixman style. :-) > > I made some revisions to affine

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

2015-04-08 Thread Ben Avison
On Wed, 08 Apr 2015 12:21:03 +0100, Pekka Paalanen wrote: But if I'll rework the lookup tables, I can rework this too. Would be my pleasure, even, getting acquainted with Pixman style. :-) I made some revisions to affine-bench.c (and a couple of tweaks to lowlevel-blt-bench.c and pixman.c too

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

2015-04-08 Thread Ben Avison
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 patch adds the ability to break down unknow strings of the format _[_[_ca] where b

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

2015-04-08 Thread Pekka Paalanen
On Tue, 7 Apr 2015 19:26:22 +0100 Ben Avison 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 patch adds the > abilit

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

2015-04-07 Thread Ben Avison
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 patch adds the ability to break down unknow strings of the format _[_[_ca] where b