diff options
author | José Fonseca <[email protected]> | 2008-08-15 10:24:09 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-08-15 10:35:19 +0100 |
commit | f121d0e54f39d8f6361dcf0bf4d938ccb5ae4b5e (patch) | |
tree | 3dd1a527ec11d8672e369b7cd18beee2dcc07e94 /src/gallium/drivers/trace/tr_dump.h | |
parent | c9751522b0ee1908c79f3f9d37b508ac0680bd16 (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.h | 1 |
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 0beb1023b15..14176a78e97 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); |