summaryrefslogtreecommitdiff
path: root/perf/cairo-perf.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-07-21 22:28:44 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2009-07-21 22:28:44 +0100
commit1ae5942a3aa9f73aa71438dc40221836b0dff7e2 (patch)
treea39297460aaaf3b88c4b26480d12b40ec4eed545 /perf/cairo-perf.c
parentfd9df4978d56bbb85ecd795afce72c0310dbcf3f (diff)
parent6a5957475139a7c80a6bb55fb63927e5ec8866f6 (diff)
downloadcairo-1ae5942a3aa9f73aa71438dc40221836b0dff7e2.tar.gz
Merge commit 'anholt/gl'
Conflicts: boilerplate/Makefile.sources boilerplate/cairo-boilerplate.c build/configure.ac.features src/cairo.h util/cairo-script/Makefile.am
Diffstat (limited to 'perf/cairo-perf.c')
-rw-r--r--perf/cairo-perf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/perf/cairo-perf.c b/perf/cairo-perf.c
index cf757f73b..8ad697b19 100644
--- a/perf/cairo-perf.c
+++ b/perf/cairo-perf.c
@@ -90,6 +90,7 @@ target_is_measurable (const cairo_boilerplate_target_t *target)
return TRUE;
}
case CAIRO_SURFACE_TYPE_XCB:
+ case CAIRO_SURFACE_TYPE_GL:
case CAIRO_SURFACE_TYPE_GLITZ:
case CAIRO_SURFACE_TYPE_QUARTZ:
case CAIRO_SURFACE_TYPE_WIN32: