summaryrefslogtreecommitdiff
path: root/test/linear-gradient-large.c
Commit message (Collapse)AuthorAgeFilesLines
* test: do not leak resourcesAndrea Canciani2010-09-091-0/+1
| | | | | | Silence two leak reports by check-valgrind. Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
* tests: Add linear-gradient-large testKrzysztof KosiƄski2010-08-101-0/+67
Shows large rounding errors in Pixman when computing gradients. Added as a test to Cairo to catch similar issues in other backends. https://bugs.freedesktop.org/show_bug.cgi?id=29470