[Pixman] [PATCH 1/2] Add new test of filter reduction from BILINEAR to NEAREST

Søren Sandmann soren.sandmann at gmail.com
Tue Mar 15 06:24:30 UTC 2016


diff --git a/test/filter-reduction-test.c b/test/filter-reduction-test.c

> new file mode 100644
> index 0000000..72b3142
> --- /dev/null
> +++ b/test/filter-reduction-test.c
> @@ -0,0 +1,119 @@
> +/*
> + * Test program, which can detect some problems with nearest neighbour
> + * and bilinear scaling in pixman. Testing is done by running lots
> + * of random SRC and OVER compositing operations a8r8g8b8, x8a8r8g8b8
> + * and r5g6b5 color formats.
> + *
> + * Script 'fuzzer-find-diff.pl' can be used to narrow down the problem in
> + * the case of test failure.
> + */
>

This comment is of course a leftover due to starting from a copy of
scaling-test.c.


Søren
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pixman/attachments/20160315/5c7a9ba4/attachment.html>


More information about the Pixman mailing list