summaryrefslogtreecommitdiff
path: root/perf/cairo-perf-micro.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-07-18 09:16:21 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-07-18 10:31:25 +0100
commit3a293657133145e1ecc4e7c047069cb465f6b4ef (patch)
tree8013bd5b74bb86e1e836d0cf9224a9f89f4f3b00 /perf/cairo-perf-micro.c
parent2786864306eeb353ca873b63e471224d5ab8d0c8 (diff)
downloadcairo-3a293657133145e1ecc4e7c047069cb465f6b4ef.tar.gz
tests,perf: Add a hatchings clip-test
A benchmark to test how close we get to reducing paint+clip to an ordinary fill, and to check correctness. 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 77c86d5ef..30b0102e1 100644
--- a/perf/cairo-perf-micro.c
+++ b/perf/cairo-perf-micro.c
@@ -535,6 +535,7 @@ const cairo_perf_case_t perf_cases[] = {
{ text, 64, 512},
{ glyphs, 64, 512},
{ mask, 64, 512},
+ { hatching, 64, 512},
{ tessellate, 100, 100},
{ subimage_copy, 16, 512},
{ pattern_create_radial, 16, 16},