summaryrefslogtreecommitdiff
path: root/perf/cairo-perf.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-07-18 09:16:21 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-07-18 10:31:25 +0100
commit3a293657133145e1ecc4e7c047069cb465f6b4ef (patch)
tree8013bd5b74bb86e1e836d0cf9224a9f89f4f3b00 /perf/cairo-perf.h
parent2786864306eeb353ca873b63e471224d5ab8d0c8 (diff)
downloadcairo-3a293657133145e1ecc4e7c047069cb465f6b4ef.tar.gz
tests,perf: Add a hatchings clip-test
A benchmark to test how close we get to reducing paint+clip to an ordinary fill, and to check correctness. 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 3a3965efb..cc9bbb608 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 (hatching);
CAIRO_PERF_DECL (tessellate);
CAIRO_PERF_DECL (text);
CAIRO_PERF_DECL (glyphs);