On Sat, 11 Jul 2015 23:41:40 +0300
Oded Gabbay <[email protected]> wrote:

> On Fri, Jun 27, 2014 at 7:05 PM, Nemanja Lukic <[email protected]> 
> wrote:
> > ---
> >  test/lowlevel-blt-bench.c |    1 +
> >  1 files changed, 1 insertions(+), 0 deletions(-)
> >
> >
> > diff --git a/test/lowlevel-blt-bench.c b/test/lowlevel-blt-bench.c
> > index 3da094a..9d7fc3f 100644
> > --- a/test/lowlevel-blt-bench.c
> > +++ b/test/lowlevel-blt-bench.c
> > @@ -647,6 +647,7 @@ tests_tbl[] =
> >      { "src_8888_2a10",         PIXMAN_a8r8g8b8,    0, PIXMAN_OP_SRC,     
> > PIXMAN_null,     0, PIXMAN_a2r10g10b10 },
> >      { "src_0888_0565",         PIXMAN_r8g8b8,      0, PIXMAN_OP_SRC,     
> > PIXMAN_null,     0, PIXMAN_r5g6b5 },
> >      { "src_0888_8888",         PIXMAN_r8g8b8,      0, PIXMAN_OP_SRC,     
> > PIXMAN_null,     0, PIXMAN_a8r8g8b8 },
> > +    { "src_0888_0888",         PIXMAN_r8g8b8,      0, PIXMAN_OP_SRC,     
> > PIXMAN_null,     0, PIXMAN_r8g8b8 },
> >      { "src_0888_x888",         PIXMAN_r8g8b8,      0, PIXMAN_OP_SRC,     
> > PIXMAN_null,     0, PIXMAN_x8r8g8b8 },
> >      { "src_0888_8888_rev",     PIXMAN_b8g8r8,      0, PIXMAN_OP_SRC,     
> > PIXMAN_null,     0, PIXMAN_x8r8g8b8 },
> >      { "src_0888_0565_rev",     PIXMAN_b8g8r8,      0, PIXMAN_OP_SRC,     
> > PIXMAN_null,     0, PIXMAN_r5g6b5 },
> 
> Could you please add a few words in the commit message on why this
> test pattern is needed ? AFAICS, PIXMAN_r8g8b8 is *not* used as a dest
> format in any other test.

Hi,

it is no longer needed to add patterns to this list, unless you want
them to be included in the "all" set.

lowlevel-blt-bench supports parsing patterns nowadays, so you can
simply run it with any pattern you want.


Thanks,
pq
_______________________________________________
Pixman mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pixman

Reply via email to