diff options
author | José Fonseca <[email protected]> | 2008-08-09 11:54:35 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-08-09 14:10:25 +0100 |
commit | 5549d35db5323829702099af6e53a8dd7c451524 (patch) | |
tree | 72778c0980427eb7d752d5ee19dcf2eabcd44a9b /src/gallium/drivers/trace/tr_winsys.h | |
parent | 376f2cbb190389807c8ba6df401e06743ead9eb8 (diff) |
trace: Dump writes to pipe_buffers.
Diffstat (limited to 'src/gallium/drivers/trace/tr_winsys.h')
-rw-r--r-- | src/gallium/drivers/trace/tr_winsys.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/trace/tr_winsys.h b/src/gallium/drivers/trace/tr_winsys.h index 353b0ea7b6b..a3576da867e 100644 --- a/src/gallium/drivers/trace/tr_winsys.h +++ b/src/gallium/drivers/trace/tr_winsys.h @@ -34,6 +34,7 @@ #include "pipe/p_winsys.h" +struct hash_table; struct trace_stream; @@ -44,6 +45,8 @@ struct trace_winsys struct pipe_winsys *winsys; struct trace_stream *stream; + + struct hash_table *buffer_maps; }; |