summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_dump_state.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-09-25 14:55:00 +0100
committerJosé Fonseca <jfonseca@vmware.com>2010-09-29 22:29:22 +0100
commitc7f33624f93fb08264e762e1a6a82b1c99afa58e (patch)
tree38eb6fffc56e79e6669b886c1c16b8fe4cd5b409 /src/gallium/drivers/trace/tr_dump_state.h
parent02b8fb3ed5ac9f3be34b9822c78fa971dfee274d (diff)
trace: Fix set_index_buffer and draw_vbo tracing.
Diffstat (limited to 'src/gallium/drivers/trace/tr_dump_state.h')
-rw-r--r--src/gallium/drivers/trace/tr_dump_state.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/trace/tr_dump_state.h b/src/gallium/drivers/trace/tr_dump_state.h
index 2e70f4e1c7..078d208610 100644
--- a/src/gallium/drivers/trace/tr_dump_state.h
+++ b/src/gallium/drivers/trace/tr_dump_state.h
@@ -79,5 +79,7 @@ void trace_dump_index_buffer(const struct pipe_index_buffer *state);
void trace_dump_vertex_element(const struct pipe_vertex_element *state);
+void trace_dump_draw_info(const struct pipe_draw_info *state);
+
#endif /* TR_STATE_H */