pixman/test
Søren Sandmann Pedersen 9c19a85b00 Remove workaround for a bug in the 1.6 X server.
There used to be a bug in the X server where it would rely on
out-of-bounds accesses when it was asked to composite with a
window as the source. It would create a pixman image pointing
to some bogus position in memory, but then set a clip region
to the position where the actual bits were.

Due to a bug in old versions of pixman, where it would not clip
against the image bounds when a clip region was set, this would
actually work. So when the pixman bug was fixed, a workaround was
added to allow certain out-of-bound accesses.

However, the 1.6 X server is so old now that we can remove this
workaround. This does mean that if you update pixman to 0.22 or later,
you will need to use a 1.7 X server or later.
2010-11-04 21:03:38 -04:00
..
a1-trap-test.c Add a1-trap-test 2010-02-24 21:01:24 -05:00
affine-test.c test: Add affine-test 2010-09-21 08:31:09 -04:00
alpha-loop.c Add alpha-loop test program 2010-08-15 21:57:18 -04:00
alpha-test.c test: Rename utils.[ch] to gtk-utils.[ch] 2009-11-17 00:32:03 -05:00
alphamap.c Plug another leak in alphamap test 2010-10-24 15:38:14 -04:00
blitters-test.c Remove broken optimizations in combine_disjoint_over_u() 2010-10-11 12:06:20 -04:00
clip-in.c test: Rename utils.[ch] to gtk-utils.[ch] 2009-11-17 00:32:03 -05:00
clip-test.c test: Rename utils.[ch] to gtk-utils.[ch] 2009-11-17 00:32:03 -05:00
composite-test.c Use a macro to generate some {a,x}8r8g8b8, a8, and r5g6b5 bilinear fetchers. 2010-09-21 08:50:16 -04:00
composite.c test: Add some more colors to the color table in composite.c 2010-10-11 12:06:20 -04:00
convolution-test.c test: Rename utils.[ch] to gtk-utils.[ch] 2009-11-17 00:32:03 -05:00
fetch-test.c Fix some warnings 2010-01-19 14:23:57 -05:00
fuzzer-find-diff.pl test: blitters-test-bisect.rb converted to perl 2010-05-13 21:03:07 +03:00
gradient-crash-test.c test: verify that gradients do not crash pixman 2010-06-09 17:30:41 +02:00
gradient-test.c test: Rename utils.[ch] to gtk-utils.[ch] 2009-11-17 00:32:03 -05:00
gtk-utils.c test/gtk-utils: Set the size of the window to the size of the image 2010-05-06 01:05:40 +03:00
gtk-utils.h test: Rename utils.[ch] to gtk-utils.[ch] 2009-11-17 00:32:03 -05:00
lowlevel-blt-bench.c Fix search-and-replace issue in lowlevel-blt-bench.c 2010-09-28 02:52:17 -04:00
Makefile.am Remove workaround for a bug in the 1.6 X server. 2010-11-04 21:03:38 -04:00
oob-test.c Fix a couple of problems with the tests when HAVE_GTK is not defined. 2009-07-09 01:47:19 -04: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 region: Add a new test region-translate 2010-08-24 12:17:18 +02:00
scaling-crash-test.c Extend scaling-crash-test in various ways 2010-08-08 13:57:39 -04:00
scaling-test.c test: detection of possible floating point registers corruption 2010-09-13 18:12:31 +03:00
screen-test.c test: Rename utils.[ch] to gtk-utils.[ch] 2009-11-17 00:32:03 -05:00
trap-crasher.c Add trap-crasher.c test program 2009-04-24 21:39:33 -04:00
trap-test.c test: Rename utils.[ch] to gtk-utils.[ch] 2009-11-17 00:32:03 -05:00
utils.c Some clean-ups in fence_malloc() and fence_free() 2010-09-29 02:15:12 -04:00
utils.h Add gettime() routine to test utils 2010-09-21 08:50:17 -04:00