summaryrefslogtreecommitdiff
path: root/perf/cairo-perf.c
diff options
context:
space:
mode:
authorM Joonas Pihlaja <jpihlaja@cc.helsinki.fi>2008-09-12 17:41:45 +0300
committerM Joonas Pihlaja <jpihlaja@cc.helsinki.fi>2008-12-06 13:30:29 +0200
commitafba0c312958852586b846ec615cff1bd3e5cde7 (patch)
tree266f46a50a1c4fdcd61d9d03f389acb28507492a /perf/cairo-perf.c
parent8ec58113df417e1ec1d331ab65267c34e6d32096 (diff)
downloadcairo-afba0c312958852586b846ec615cff1bd3e5cde7.tar.gz
[perf] Add perf tests to hit rectilinear code paths.
These tests look at the differences in code paths hit by filling paths that are rectilinear (or not) and pixel aligned (or not) with the even-odd and non-zero fill rules. The paths are not simple, so they don't hit the special case quad/triangle tessellator.
Diffstat (limited to 'perf/cairo-perf.c')
-rw-r--r--perf/cairo-perf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/perf/cairo-perf.c b/perf/cairo-perf.c
index f419f05c6..6bb48f132 100644
--- a/perf/cairo-perf.c
+++ b/perf/cairo-perf.c
@@ -466,5 +466,6 @@ const cairo_perf_case_t perf_cases[] = {
{ dragon, 1024, 1024 },
{ pythagoras_tree, 768, 768 },
{ intersections, 512, 512 },
+ { spiral, 512, 512 },
{ NULL }
};