summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_winsys.h
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-08-09 11:54:35 +0100
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-08-09 14:10:25 +0100
commit5549d35db5323829702099af6e53a8dd7c451524 (patch)
tree72778c0980427eb7d752d5ee19dcf2eabcd44a9b /src/gallium/drivers/trace/tr_winsys.h
parent376f2cbb190389807c8ba6df401e06743ead9eb8 (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.h3
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 353b0ea7b6..a3576da867 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;
};