summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_buffer.h
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2009-03-14 10:22:48 +0100
committerJakob Bornecrantz <jakob@vmware.com>2009-03-16 20:15:25 +0100
commitf73066fbd59ce2f5ce1268502850027bf4f0699b (patch)
tree5547ab35296ec8f358ff14de5c779ed685b54097 /src/gallium/drivers/trace/tr_buffer.h
parent2f52c7f901a59c6085a60c5d1256b01a4b46c11a (diff)
trace: Dump buffer data via buffer writes
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;
};