summaryrefslogtreecommitdiff
path: root/perf/cairo-perf.h
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2007-04-23 09:35:35 -0700
committerCarl Worth <cworth@cworth.org>2007-04-25 07:24:23 -0700
commit72b812be8c69108c46334841823a2e9103b69516 (patch)
tree728aaa928d4fd92779b772a1bdadbefc9e561173 /perf/cairo-perf.h
parent302f1146da5b179e5016e2d523e891437c1a256b (diff)
perf: Add new paint-with-alpha test
MacSlow noticed that cairo_paint_with_alpha is much slower than it should be, (and jrmuizel has a nice plan for fixing the performance bug).
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 1fef9972..0a66f93a 100644
--- a/perf/cairo-perf.h
+++ b/perf/cairo-perf.h
@@ -94,6 +94,7 @@ cairo_perf_cover_sources_and_operators (cairo_perf_t *perf,
CAIRO_PERF_DECL (fill);
CAIRO_PERF_DECL (paint);
+CAIRO_PERF_DECL (paint_with_alpha);
CAIRO_PERF_DECL (stroke);
CAIRO_PERF_DECL (subimage_copy);
CAIRO_PERF_DECL (tessellate);