summaryrefslogtreecommitdiff
path: root/test/fill-degenerate-sort-order.c
AgeCommit message (Collapse)AuthorFilesLines
2006-12-07Replace point sampling in the fill-degenerate-sort-order with rendering.M Joonas Pihlaja1-29/+3
Clean up the test to not even check the ps backend as per: http://lists.freedesktop.org/archives/cairo/2006-December/008806.html
2006-12-07Change license of tessellator tests to the MIT license.M Joonas Pihlaja1-17/+18
The blurb for the fill-degenerate-sort-order, fill-missed-stop and in-fill-empty-trapezoid tests changed to this one: http://www.opensource.org/licenses/mit-license.php c.f. http://lists.freedesktop.org/archives/cairo/2006-December/008806.html
2006-12-06test: tessellator event comparator test case for degenerate edges.M Joonas Pihlaja1-0/+110
There's currently a regression bug in the tessellation code from switching to the new tessellator. The bug is caused by confusion in the comparator used to order events when there are degenerate edges. This test is derived from the zrusin-another performance test case.