summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/trace/tr_buffer.h')
-rw-r--r--src/gallium/drivers/trace/tr_buffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/trace/tr_buffer.h b/src/gallium/drivers/trace/tr_buffer.h
index e9daeb7702..e9e4d354da 100644
--- a/src/gallium/drivers/trace/tr_buffer.h
+++ b/src/gallium/drivers/trace/tr_buffer.h
@@ -42,6 +42,7 @@ struct trace_buffer
struct pipe_buffer *buffer;
void *map;
+ boolean range_flushed;
};