From e21418f221f645397847c867b5f368ad0753e6fe Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Sat, 29 Aug 2015 17:00:11 +0200 Subject: radeonsi: convert stencil ref state into an atom MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Alex Deucher Acked-by: Christian König --- src/gallium/drivers/radeonsi/si_pipe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/drivers/radeonsi/si_pipe.h') diff --git a/src/gallium/drivers/radeonsi/si_pipe.h b/src/gallium/drivers/radeonsi/si_pipe.h index 60124ea5cb5..6eb0cb3bc92 100644 --- a/src/gallium/drivers/radeonsi/si_pipe.h +++ b/src/gallium/drivers/radeonsi/si_pipe.h @@ -177,7 +177,6 @@ struct si_context { struct si_framebuffer framebuffer; struct si_vertex_element *vertex_elements; /* for saving when using blitter */ - struct pipe_stencil_ref stencil_ref; /* shaders */ struct si_shader_selector *ps_shader; struct si_shader_selector *gs_shader; @@ -198,6 +197,7 @@ struct si_context { unsigned border_color_offset; struct si_blend_color blend_color; + struct si_stencil_ref stencil_ref; struct si_scissors scissors; struct si_viewports viewports; struct si_clip_state clip_state; -- cgit v1.2.3