diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-07-21 22:28:44 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-07-21 22:28:44 +0100 |
commit | 1ae5942a3aa9f73aa71438dc40221836b0dff7e2 (patch) | |
tree | a39297460aaaf3b88c4b26480d12b40ec4eed545 /perf | |
parent | fd9df4978d56bbb85ecd795afce72c0310dbcf3f (diff) | |
parent | 6a5957475139a7c80a6bb55fb63927e5ec8866f6 (diff) |
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')
-rw-r--r-- | perf/cairo-perf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perf/cairo-perf.c b/perf/cairo-perf.c index cf757f73..8ad697b1 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: |