summaryrefslogtreecommitdiff
path: root/perf/cairo-perf-trace.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-07-22 07:52:30 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2009-07-22 07:52:30 +0100
commitbfbe875ded0b0666a8048ef5fb598179a81c610a (patch)
tree493d22743640d2674861e8ecaf1d0080d0a98be5 /perf/cairo-perf-trace.c
parentfed000620335a5fc2bda2ffeca5cbdd0ca5a158c (diff)
downloadcairo-bfbe875ded0b0666a8048ef5fb598179a81c610a.tar.gz
[gl] Enable GL backend for cairo-perf-trace
Diffstat (limited to 'perf/cairo-perf-trace.c')
-rw-r--r--perf/cairo-perf-trace.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/perf/cairo-perf-trace.c b/perf/cairo-perf-trace.c
index b79f516e0..a9a874683 100644
--- a/perf/cairo-perf-trace.c
+++ b/perf/cairo-perf-trace.c
@@ -111,6 +111,9 @@ target_is_measurable (const cairo_boilerplate_target_t *target)
#if CAIRO_VERSION >= CAIRO_VERSION_ENCODE(1,9,3)
case CAIRO_INTERNAL_SURFACE_TYPE_NULL:
#endif
+#if CAIRO_HAS_GL_SURFACE
+ case CAIRO_SURFACE_TYPE_GL:
+#endif
return TRUE;
case CAIRO_SURFACE_TYPE_PDF:
case CAIRO_SURFACE_TYPE_PS: