summaryrefslogtreecommitdiff
path: root/perf/cairo-perf.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-08-09 19:46:21 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-08-09 19:47:49 +0100
commitaa6df71228719a5c9f254a58677e3c36b8f7c3b1 (patch)
tree0089474d100f787c493136dd4679214f6ae36930 /perf/cairo-perf.h
parent2ef3a50a842b580f0ccd502e321bc32fb5bcff54 (diff)
downloadcairo-aa6df71228719a5c9f254a58677e3c36b8f7c3b1.tar.gz
perf: add many-curves
Continuing the theme of stressing the tessellators, draw lots of Bezier curves! 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 8e8f0ffca..9768fc8be 100644
--- a/perf/cairo-perf.h
+++ b/perf/cairo-perf.h
@@ -213,5 +213,6 @@ CAIRO_PERF_DECL (spiral);
CAIRO_PERF_DECL (wave);
CAIRO_PERF_DECL (many_strokes);
CAIRO_PERF_DECL (many_fills);
+CAIRO_PERF_DECL (many_curves);
#endif