summaryrefslogtreecommitdiff
path: root/perf/cairo-perf-micro.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-07-19 00:31:18 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-07-19 00:32:45 +0100
commit9ab9ecfdbd8597131885a33e0d5d495cfc9066bd (patch)
treed131c10d027eeb888cdb8cfc742e4b839ba8176d /perf/cairo-perf-micro.c
parentbf5892e2a6ff85e550f82c6b1fe8c0d4a0fb01f0 (diff)
downloadcairo-9ab9ecfdbd8597131885a33e0d5d495cfc9066bd.tar.gz
test,perf: Another hatching!
This one illustrates the quadratic explosion lurking in the clipping code. 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 30b0102e1..19374403b 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},
+ { disjoint, 64, 512},
{ hatching, 64, 512},
{ tessellate, 100, 100},
{ subimage_copy, 16, 512},