summaryrefslogtreecommitdiff
path: root/perf/cairo-perf.h
diff options
context:
space:
mode:
authorBjörn Lindqvist <bjourne@gmail.com>2008-10-08 20:08:25 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2008-10-08 20:10:27 +0100
commitf644d78dc138a7ba920a108dfb058e9f0fdb5302 (patch)
tree11c1fcb175b25c9a5b10af6d7a5cc0a528f22d5a /perf/cairo-perf.h
parent96b083d3f0e47f919cb6d0f06735427eaea21565 (diff)
downloadcairo-f644d78dc138a7ba920a108dfb058e9f0fdb5302.tar.gz
[perf] Add composite performance test.
Add a new test case to Cairo for checking the performance of Cairo's equivalent to GDK's gdk_pixbuf_composite_color() operation. That is an operation that happens to be extremely useful when viewing or editing transparent images so I think it is important that it is as fast as possible.
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 222251d27..4a75dc110 100644
--- a/perf/cairo-perf.h
+++ b/perf/cairo-perf.h
@@ -112,5 +112,6 @@ CAIRO_PERF_DECL (unaligned_clip);
CAIRO_PERF_DECL (rectangles);
CAIRO_PERF_DECL (rounded_rectangles);
CAIRO_PERF_DECL (long_dashed_lines);
+CAIRO_PERF_DECL (composite_checker);
#endif