summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_dump.h
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-08-15 10:24:09 +0100
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-08-15 10:35:19 +0100
commitf121d0e54f39d8f6361dcf0bf4d938ccb5ae4b5e (patch)
tree3dd1a527ec11d8672e369b7cd18beee2dcc07e94 /src/gallium/drivers/trace/tr_dump.h
parentc9751522b0ee1908c79f3f9d37b508ac0680bd16 (diff)
trace: Allow multiple screens. Flush after call.
Diffstat (limited to 'src/gallium/drivers/trace/tr_dump.h')
-rw-r--r--src/gallium/drivers/trace/tr_dump.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/trace/tr_dump.h b/src/gallium/drivers/trace/tr_dump.h
index 0beb1023b1..14176a78e9 100644
--- a/src/gallium/drivers/trace/tr_dump.h
+++ b/src/gallium/drivers/trace/tr_dump.h
@@ -39,6 +39,7 @@
boolean trace_dump_trace_begin(void);
+boolean trace_dump_enabled(void);
void trace_dump_trace_end(void);
void trace_dump_call_begin(const char *klass, const char *method);
void trace_dump_call_end(void);