diff options
author | Jakob Bornecrantz <[email protected]> | 2009-03-14 10:22:48 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-03-16 20:15:25 +0100 |
commit | f73066fbd59ce2f5ce1268502850027bf4f0699b (patch) | |
tree | 5547ab35296ec8f358ff14de5c779ed685b54097 /src/gallium/drivers/trace/tr_buffer.h | |
parent | 2f52c7f901a59c6085a60c5d1256b01a4b46c11a (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.h | 1 |
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 e9daeb77028..e9e4d354dad 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; }; |