summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-08-16 21:08:22 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2009-08-29 08:08:39 +0100
commitcd7b27ff5c01a533c2c065c4b455ad19df2be3bb (patch)
treee86d4600bfbfd420dcbd4545d610dd119cd37ec8 /configure.ac
parent658cdc7c9aac23f82f3ea5db8df10844aeb3ac75 (diff)
Add 'flight-data-recorder' utility.
This is a simple variation on cairo-trace that wraps records the last 16 contexts by wrapping the target surface inside a tee surface, along with a meta/recording surface. Then on receipt of a SIGUSR1, those last 16 contexts are played via a script-surface into /tmp/fdr.trace. Mostly proof-of-concept, it seems to be causing a number of rendering glitches whilst testing with firefox -- otherwise, it seems to works.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c02b1d2ee..31d79cfd9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -667,6 +667,7 @@ test/Makefile
test/pdiff/Makefile
perf/Makefile
util/Makefile
+util/cairo-fdr/Makefile
util/cairo-script/Makefile
util/cairo-script/examples/Makefile
util/cairo-trace/Makefile