summaryrefslogtreecommitdiff
path: root/perf/cairo-perf-micro.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-09-14 19:21:45 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-09-14 19:22:24 +0100
commitdb41096b38d4a9a18e534ac829d566b294576c8f (patch)
treeba9f3a5967a8b5ed4c35abf812609963d7936bb2 /perf/cairo-perf-micro.c
parent9f605b0c8469db24931bd44bb7e5339fd7b902ef (diff)
downloadcairo-db41096b38d4a9a18e534ac829d566b294576c8f.tar.gz
perf/micro: Add the PS tiger as a measure for the antialias hints
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'perf/cairo-perf-micro.c')
-rw-r--r--perf/cairo-perf-micro.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/perf/cairo-perf-micro.c b/perf/cairo-perf-micro.c
index 10adf30d3..bbcf5c9c4 100644
--- a/perf/cairo-perf-micro.c
+++ b/perf/cairo-perf-micro.c
@@ -585,5 +585,6 @@ const cairo_perf_case_t perf_cases[] = {
{ FUNC(spiral), 512, 512 },
{ FUNC(wave), 500, 500 },
{ FUNC(fill_clip), 16, 512 },
+ { FUNC(tiger), 16, 1024 },
{ NULL }
};