summaryrefslogtreecommitdiff
path: root/test/clip-draw-unbounded.c
Commit message (Collapse)AuthorAgeFilesLines
* test: Use ARRAY_LENGTH() macroAndrea Canciani2011-03-171-1/+1
| | | | | Some tests hand-code ARRAY_LENGTH(). It is now provided by cairo-test.h, so it can be reused.
* test: Fix gcc signedness warningBenjamin Otte2011-02-191-1/+1
|
* test: improve clip-*-unbounded testsAndrea Canciani2010-08-061-0/+184
Merge clip-*-unbounded tests and add self-intersections to the paths that are drawn. This exposes a bug in the unbounded fixup code in quartz. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>