summaryrefslogtreecommitdiff
path: root/perf/cairo-perf.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-09-15 10:13:40 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-09-15 10:13:40 +0100
commitffbf6158be101553cd88eb3ad5dbcebac00a3774 (patch)
tree7056aad84fcc5d30c75581ed3a9475dcd5947879 /perf/cairo-perf.h
parent9ab9d635cd54b36c701bed29b6029b002e9bcc36 (diff)
downloadcairo-ffbf6158be101553cd88eb3ad5dbcebac00a3774.tar.gz
perf: Add an a1-pixel variant
Just to measure the overhead and differences when switching between antialiasing paths. 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 b5e1d9696..feab74be3 100644
--- a/perf/cairo-perf.h
+++ b/perf/cairo-perf.h
@@ -225,6 +225,7 @@ CAIRO_PERF_DECL (a1_curve);
CAIRO_PERF_DECL (line);
CAIRO_PERF_DECL (a1_line);
CAIRO_PERF_DECL (pixel);
+CAIRO_PERF_DECL (a1_pixel);
CAIRO_PERF_DECL (sierpinski);
CAIRO_PERF_DECL (fill_clip);
CAIRO_PERF_DECL (tiger);