summaryrefslogtreecommitdiff
path: root/perf/cairo-perf-micro.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-06-01 19:16:02 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-06-01 19:17:06 +0100
commit52f79bfcf34c504c7baa7d996983a7283f02f51e (patch)
tree93b455ae3930cad3ed5dc93f80472f72db655f12 /perf/cairo-perf-micro.c
parent1b33552a6d9bb7ace2787522c3641736f2cc5ef4 (diff)
downloadcairo-52f79bfcf34c504c7baa7d996983a7283f02f51e.tar.gz
perf/micro: Add wave
Benjamin just demonstrated this funky trick for generating pixel outlines, and as no good deed should go unpunished, I've added his code to the perf suite. 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 750bac364..77c86d5ef 100644
--- a/perf/cairo-perf-micro.c
+++ b/perf/cairo-perf-micro.c
@@ -553,5 +553,6 @@ const cairo_perf_case_t perf_cases[] = {
{ pythagoras_tree, 768, 768 },
{ intersections, 512, 512 },
{ spiral, 512, 512 },
+ { wave, 500, 500 },
{ NULL }
};