summaryrefslogtreecommitdiff
path: root/src/mesa/softpipe/sp_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/softpipe/sp_context.h')
-rw-r--r--src/mesa/softpipe/sp_context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/softpipe/sp_context.h b/src/mesa/softpipe/sp_context.h
index 726cb96388..e047a9330b 100644
--- a/src/mesa/softpipe/sp_context.h
+++ b/src/mesa/softpipe/sp_context.h
@@ -52,6 +52,9 @@ struct softpipe_context {
void (*set_scissor_rect)( struct softpipe_context *,
const struct softpipe_scissor_rect * );
+ void (*set_stencil_state)( struct softpipe_context *,
+ const struct softpipe_stencil_state * );
+
void (*set_blend_state)( struct softpipe_context *,
const struct softpipe_blend_state * );