From 0786f38b46c1dd33a0a0032c238b92742b5d71e2 Mon Sep 17 00:00:00 2001 From: Roland Scheidegger Date: Wed, 10 Feb 2010 19:07:26 +0100 Subject: trace: adapt to stencil ref changes --- src/gallium/drivers/trace/tr_dump_state.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gallium/drivers/trace/tr_dump_state.h') diff --git a/src/gallium/drivers/trace/tr_dump_state.h b/src/gallium/drivers/trace/tr_dump_state.h index c7860fd6e18..825519d0444 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); -- cgit v1.2.3