diff options
author | Björn Lindqvist <bjourne@gmail.com> | 2008-10-08 20:08:25 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2008-10-08 20:10:27 +0100 |
commit | f644d78dc138a7ba920a108dfb058e9f0fdb5302 (patch) | |
tree | 11c1fcb175b25c9a5b10af6d7a5cc0a528f22d5a /perf/cairo-perf.h | |
parent | 96b083d3f0e47f919cb6d0f06735427eaea21565 (diff) |
[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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perf/cairo-perf.h b/perf/cairo-perf.h index 222251d2..4a75dc11 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 |