aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace/tr_dump.h
diff options
context:
space:
mode:
authorJosé Fonseca <[email protected]>2012-10-26 15:05:14 +0100
committerJosé Fonseca <[email protected]>2012-10-26 16:02:59 +0100
commitce10624e9e827921b503962e2eb04ce0eb06246a (patch)
treebfb9d9b91e1c78b0efbefceb1b9e63a8bc8efc5d /src/gallium/drivers/trace/tr_dump.h
parent91332e455a530b86f897874919da29efa563fdf3 (diff)
trace: Flush before drawing.
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 62b4fe429b1..5739e8694a0 100644
--- a/src/gallium/drivers/trace/tr_dump.h
+++ b/src/gallium/drivers/trace/tr_dump.h
@@ -49,6 +49,7 @@ 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);
/*