summaryrefslogtreecommitdiff
path: root/perf/cairo-perf.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-05-30 12:28:23 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2009-06-02 15:13:47 +0100
commitbc49cb377c70c4c6926ca52e34094e99a4591f14 (patch)
tree5a4a95fddaa455193d4a1dd434151b0e900af815 /perf/cairo-perf.h
parent4aca84ddb22bc178cbc9b132b9ce06af3f4b300b (diff)
downloadcairo-bc49cb377c70c4c6926ca52e34094e99a4591f14.tar.gz
[perf] Benchmark mixing different masks and sources
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 0a3606b27..69eb639f0 100644
--- a/perf/cairo-perf.h
+++ b/perf/cairo-perf.h
@@ -166,6 +166,7 @@ test_report_cmp_name (const void *a, const void *b);
CAIRO_PERF_DECL (fill);
CAIRO_PERF_DECL (paint);
CAIRO_PERF_DECL (paint_with_alpha);
+CAIRO_PERF_DECL (mask);
CAIRO_PERF_DECL (stroke);
CAIRO_PERF_DECL (subimage_copy);
CAIRO_PERF_DECL (tessellate);