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 a11ad26018..726cb96388 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_blend_state)( struct softpipe_context *,
+ const struct softpipe_blend_state * );
+
void (*set_fs_state)( struct softpipe_context *,
const struct softpipe_fs_state * );