summaryrefslogtreecommitdiff
path: root/perf/cairo-perf.h
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.h
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.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 0b90dda4d..3a3965efb 100644
--- a/perf/cairo-perf.h
+++ b/perf/cairo-perf.h
@@ -207,5 +207,6 @@ CAIRO_PERF_DECL (dragon);
CAIRO_PERF_DECL (pythagoras_tree);
CAIRO_PERF_DECL (intersections);
CAIRO_PERF_DECL (spiral);
+CAIRO_PERF_DECL (wave);
#endif