summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace/tr_dump_state.h
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2016-04-05 19:37:16 +0200
committerSamuel Pitoiset <[email protected]>2016-04-07 18:52:27 +0200
commit60cf2fa477c1a91c1f8daea14d14edca80f1e183 (patch)
tree7068917300b202ef501dc9d3259f8587403e05dd /src/gallium/drivers/trace/tr_dump_state.h
parent5fac4887d865305f919e1d23cdb3a6f6d7043884 (diff)
trace: add missing set_shader_images()
Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]>
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 ee0720d8ac8..fd2bc503052 100644
--- a/src/gallium/drivers/trace/tr_dump_state.h
+++ b/src/gallium/drivers/trace/tr_dump_state.h
@@ -91,4 +91,6 @@ void trace_dump_query_result(unsigned query_type,
void trace_dump_grid_info(const struct pipe_grid_info *state);
+void trace_dump_image_view(const struct pipe_image_view *view);
+
#endif /* TR_STATE_H */