aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace/tr_dump.h
diff options
context:
space:
mode:
authorJosé Fonseca <[email protected]>2013-04-25 14:18:33 +0100
committerJosé Fonseca <[email protected]>2013-04-25 14:18:33 +0100
commit28e6a272fc0d16b2c3c8972f8936126ebf0aa764 (patch)
treee2eaee87a000ed31e11518718fcfb5d7c4a8a59a /src/gallium/drivers/trace/tr_dump.h
parent74d1153c9c3f5f88ad3fa1819d54f5b574b2e37f (diff)
trace: Only close trace files on exit.
Many applications don't exit cleanly, others may create and destroy a screen multiple times, so we only write </trace> tag and close at exit time.
Diffstat (limited to 'src/gallium/drivers/trace/tr_dump.h')
-rw-r--r--src/gallium/drivers/trace/tr_dump.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/trace/tr_dump.h b/src/gallium/drivers/trace/tr_dump.h
index ef0129281c1..4737a93a6c3 100644
--- a/src/gallium/drivers/trace/tr_dump.h
+++ b/src/gallium/drivers/trace/tr_dump.h
@@ -50,7 +50,6 @@ struct pipe_box;
boolean trace_dump_trace_begin(void);
boolean trace_dump_trace_enabled(void);
void trace_dump_trace_flush(void);
-void trace_dump_trace_end(void);
/*
* Lock and unlock the call mutex.