pixman/test
Søren Sandmann Pedersen 31e5a0a393 pixman_composite_trapezoids(): don't clip to extents for some operators
pixman_composite_trapezoids() is supposed to composite across the
entire destination, but it actually only composites across the extent
of the trapezoids. For operators such as ADD or OVER this doesn't
matter since a zero source has no effect on the destination. But for
operators such as SRC or IN, it does matter.

So for such operators where a zero source has an effect, don't clip to
the trap extents.
2012-10-21 04:13:36 -04:00
..
a1-trap-test.c test: Cleanup includes 2011-11-09 09:17:00 +01:00
affine-test.c affine-test: Print out the transformation matrix when verbose 2012-09-24 18:27:10 -04:00
alpha-loop.c Add alpha-loop test program 2010-08-15 21:57:18 -04:00
alphamap.c test/alphamap.c: Make dst and orig_dst more independent of each other 2012-01-10 09:04:36 -05:00
blitters-test.c blitters-test: Prepare for floating point 2012-10-01 12:56:09 -04:00
combiner-test.c Add combiner test 2012-10-01 12:56:09 -04:00
composite-traps-test.c pixman_composite_trapezoids(): don't clip to extents for some operators 2012-10-21 04:13:36 -04:00
composite.c Add tests to validate new sRGB behavior 2012-07-30 15:44:38 -04:00
fetch-test.c Use the ARRAY_LENGTH() macro when possible 2011-11-09 09:17:00 +01:00
fuzzer-find-diff.pl test: fix bisecting issue in fuzzer-find-diff.pl 2012-06-12 04:21:57 +03:00
glyph-test.c glyph-test: Prepare for floating point 2012-10-01 12:56:09 -04:00
gradient-crash-test.c Add combiner test 2012-10-01 12:56:09 -04:00
infinite-loop.c test: Add inifinite-loop test 2012-09-24 18:29:30 -04:00
lowlevel-blt-bench.c test: support nearest/bilinear scaling in lowlevel-blt-bench 2012-06-29 03:24:29 +03:00
Makefile.am build: replace @VAR@ with $(VAR) in makefiles 2011-09-28 01:48:02 +02:00
Makefile.sources Add combiner test 2012-10-01 12:56:09 -04:00
Makefile.win32 build: Improve win32 build system 2012-09-15 07:49:53 +02:00
oob-test.c Use the ARRAY_LENGTH() macro when possible 2011-11-09 09:17:00 +01:00
pdf-op-test.c Add combiner test 2012-10-01 12:56:09 -04:00
region-contains-test.c Fix a bunch of signed overflow issues 2012-01-09 05:40:33 -05:00
region-test.c Test pixman_region32_init_from_image in region-test 2010-02-19 11:25:41 +01:00
region-translate-test.c test: Cleanup includes 2011-11-09 09:17:00 +01:00
rotate-test.c rotate-test: Call image_endian_swap() in make_image() 2012-09-29 18:15:54 -04:00
scaling-crash-test.c test: Composite with solid images instead of using pixman_image_fill_* 2012-05-24 15:30:41 -04:00
scaling-helpers-test.c Don't include stdint.h in scaling-helpers-test. 2011-09-28 09:16:23 -04:00
scaling-test.c Add PIXMAN_x8b8g8r8 and PIXMAN_a8b8g8r8 formats to scaling-test 2012-09-22 23:40:52 -04:00
stress-test.c Add combiner test 2012-10-01 12:56:09 -04:00
trap-crasher.c Use the ARRAY_LENGTH() macro when possible 2011-11-09 09:17:00 +01:00
utils.c Add combiner test 2012-10-01 12:56:09 -04:00
utils.h Add combiner test 2012-10-01 12:56:09 -04:00