diff options
author | Michel Dänzer <[email protected]> | 2009-02-18 18:13:44 +0100 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2009-02-18 18:13:44 +0100 |
commit | c738edcc68905fb251cf9edc0529e2e1c778fdee (patch) | |
tree | 56c903e98a82dc0abc01e1874d190a8f12a3dbf0 /src/gallium/drivers/trace/tr_state.h | |
parent | aba88b7ed7a1346adada9532aed9633617eb3b6d (diff) |
gallium: Fix up trace driver for introduction of struct pipe_transfer.
Diffstat (limited to 'src/gallium/drivers/trace/tr_state.h')
-rw-r--r-- | src/gallium/drivers/trace/tr_state.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/trace/tr_state.h b/src/gallium/drivers/trace/tr_state.h index 5ae533dc664..513ed0ac98d 100644 --- a/src/gallium/drivers/trace/tr_state.h +++ b/src/gallium/drivers/trace/tr_state.h @@ -68,6 +68,8 @@ void trace_dump_sampler_state(const struct pipe_sampler_state *state); void trace_dump_surface(const struct pipe_surface *state); +void trace_dump_transfer(const struct pipe_transfer *state); + void trace_dump_vertex_buffer(const struct pipe_vertex_buffer *state); void trace_dump_vertex_element(const struct pipe_vertex_element *state); |