summaryrefslogtreecommitdiff
path: root/perf/cairo-perf.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-07-19 00:31:18 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-07-19 00:32:45 +0100
commit9ab9ecfdbd8597131885a33e0d5d495cfc9066bd (patch)
treed131c10d027eeb888cdb8cfc742e4b839ba8176d /perf/cairo-perf.h
parentbf5892e2a6ff85e550f82c6b1fe8c0d4a0fb01f0 (diff)
downloadcairo-9ab9ecfdbd8597131885a33e0d5d495cfc9066bd.tar.gz
test,perf: Another hatching!
This one illustrates the quadratic explosion lurking in the clipping code. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'perf/cairo-perf.h')
-rw-r--r--perf/cairo-perf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/perf/cairo-perf.h b/perf/cairo-perf.h
index cc9bbb608..59a0d226c 100644
--- a/perf/cairo-perf.h
+++ b/perf/cairo-perf.h
@@ -188,6 +188,7 @@ CAIRO_PERF_DECL (paint_with_alpha);
CAIRO_PERF_DECL (mask);
CAIRO_PERF_DECL (stroke);
CAIRO_PERF_DECL (subimage_copy);
+CAIRO_PERF_DECL (disjoint);
CAIRO_PERF_DECL (hatching);
CAIRO_PERF_DECL (tessellate);
CAIRO_PERF_DECL (text);