Re: [Pixman] [PATCH 7/9] test: add pixbuf and rpixbuf to lowlevel-blt-bench

2013-04-17 Thread Siarhei Siamashka
On Mon, 15 Apr 2013 19:33:00 +0200 Nemanja Lukic nemanja.lu...@rt-rk.com wrote: Add necessary support to lowlevel-blt benchmark for benchmarking pixbuf and rpixbuf fast paths. bench_composite function now checks for pixbuf string in testname, and if that is detected, use same bits for src and

[Pixman] [PATCH 7/9] test: add pixbuf and rpixbuf to lowlevel-blt-bench

2013-04-15 Thread Nemanja Lukic
Add necessary support to lowlevel-blt benchmark for benchmarking pixbuf and rpixbuf fast paths. bench_composite function now checks for pixbuf string in testname, and if that is detected, use same bits for src and mask images. --- test/lowlevel-blt-bench.c | 11 +-- 1 files changed, 9