summaryrefslogtreecommitdiff
path: root/perf/cairo-perf.h
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2006-11-06 23:56:19 -0800
committerCarl Worth <cworth@cworth.org>2006-11-06 23:56:19 -0800
commit49b72f004d4de50de86f7f350ce01aa5b48f35ae (patch)
treefbe31d487c75bcc4ca9e8f8d85ea24956629f592 /perf/cairo-perf.h
parent52eb7134bd22c648a10e2b9b8c5d1409de309887 (diff)
Add zrusin-another test cases (tessellate and fill).
This new test case is the 0th polygon polygon from Zack Rusin's recent cairorender program as made avaialable here: http://ktown.kde.org/~zrusin/examples/cairorender.tar.bz2 This polygon contains about 1000 coordinates and looks like a hand-drawn version of the word another.
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 faacff9b..1ff91b05 100644
--- a/perf/cairo-perf.h
+++ b/perf/cairo-perf.h
@@ -89,5 +89,6 @@ CAIRO_PERF_DECL (subimage_copy);
CAIRO_PERF_DECL (tessellate);
CAIRO_PERF_DECL (text);
CAIRO_PERF_DECL (pattern_create_radial);
+CAIRO_PERF_DECL (zrusin);
#endif