diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-05-30 12:28:23 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-06-02 15:13:47 +0100 |
commit | bc49cb377c70c4c6926ca52e34094e99a4591f14 (patch) | |
tree | 5a4a95fddaa455193d4a1dd434151b0e900af815 /perf/cairo-perf.h | |
parent | 4aca84ddb22bc178cbc9b132b9ce06af3f4b300b (diff) |
[perf] Benchmark mixing different masks and sources
Diffstat (limited to 'perf/cairo-perf.h')
-rw-r--r-- | perf/cairo-perf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perf/cairo-perf.h b/perf/cairo-perf.h index 0a3606b2..69eb639f 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); |