gallium: don't put stencil ref value in pipe_depth_stencil_alpha_state
[mesa.git] / src / gallium / include / pipe / p_context.h
index f1e6a60e0416cc86a0f5a6486ca9cbeb1258020a..f82b77903e93674a316a1a1142de34e2407a3685 100644 (file)
@@ -186,8 +186,11 @@ struct pipe_context {
    void (*set_blend_color)( struct pipe_context *,
                             const struct pipe_blend_color * );
 
+   void (*set_stencil_ref)( struct pipe_context *,
+                            const struct pipe_stencil_ref * );
+
    void (*set_clip_state)( struct pipe_context *,
-                          const struct pipe_clip_state * );
+                            const struct pipe_clip_state * );
 
    void (*set_constant_buffer)( struct pipe_context *,
                                 uint shader, uint index,