summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_dump_state.h
diff options
context:
space:
mode:
authorRoland Scheidegger <sroland@vmware.com>2010-02-10 19:07:26 +0100
committerRoland Scheidegger <sroland@vmware.com>2010-02-10 19:07:26 +0100
commit0786f38b46c1dd33a0a0032c238b92742b5d71e2 (patch)
tree8e59661ed1c7de5da3c89489babfe0ce9ebe9fd0 /src/gallium/drivers/trace/tr_dump_state.h
parent658e94578f8004c01eb8c64254728912527e0c2f (diff)
trace: adapt to stencil ref changes
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 c7860fd6e1..825519d044 100644
--- a/src/gallium/drivers/trace/tr_dump_state.h
+++ b/src/gallium/drivers/trace/tr_dump_state.h
@@ -59,6 +59,8 @@ void trace_dump_blend_state(const struct pipe_blend_state *state);
void trace_dump_blend_color(const struct pipe_blend_color *state);
+void trace_dump_stencil_ref(const struct pipe_stencil_ref *state);
+
void trace_dump_framebuffer_state(const struct pipe_framebuffer_state *state);
void trace_dump_sampler_state(const struct pipe_sampler_state *state);