diff options
author | Jakob Bornecrantz <[email protected]> | 2009-04-17 15:55:51 +0200 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-04-17 16:03:01 +0200 |
commit | 44d0e0caf4ad3b01dc08d8432867c449dc3f2a23 (patch) | |
tree | a0d8ad22f727c44c3cca74d9cbcd48f949d30891 /src/gallium/drivers/trace/tr_buffer.h | |
parent | 1e42f68fd612b2a4c877b91393e5ff5bc34dbe0d (diff) |
trace: Keep screen objects on lists
Diffstat (limited to 'src/gallium/drivers/trace/tr_buffer.h')
-rw-r--r-- | src/gallium/drivers/trace/tr_buffer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/trace/tr_buffer.h b/src/gallium/drivers/trace/tr_buffer.h index bb8a3b2c3aa..1a2d0b9aeae 100644 --- a/src/gallium/drivers/trace/tr_buffer.h +++ b/src/gallium/drivers/trace/tr_buffer.h @@ -41,6 +41,8 @@ struct trace_buffer struct pipe_buffer *buffer; + struct tr_list list; + void *map; boolean range_flushed; }; |