summaryrefslogtreecommitdiff
path: root/perf/intersections.c
AgeCommit message (Collapse)AuthorFilesLines
2009-02-13[perf] Split can_run? into a separate precondition.Chris Wilson1-0/+3
Allow tests to skip unnecessary setup when pruning the list of perf cases.
2008-12-06[perf] Explicitly test rendering a path with lots of intersections.M Joonas Pihlaja1-0/+97
We don't have one just for this purpose. The only other path with many intersections that gets actually rendered is zrusin-another, but that might be sped up in the future (say by identifying collinearities up front or something like that.)