summaryrefslogtreecommitdiff
path: root/src/mesa/softpipe/sp_context.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-05-24 16:50:22 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-05-24 16:50:22 -0600
commit6debc8078a7170c26d826e62e2b6542e85813a6c (patch)
tree4d0ba3ca873e6a4d63cf705d740f6b1329c1a34e /src/mesa/softpipe/sp_context.h
parent7234550cf759fdf3ab325465090c7f5eb3b5d320 (diff)
Implement blend state
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 * );