summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_state.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-06-20 15:14:47 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-06-20 15:14:47 -0600
commit7658a0208aa31f1443be6eaa720a383b34e2bbb3 (patch)
treeb0f7c914bb17a5aff40b5a195f10cec076db0337 /src/mesa/pipe/softpipe/sp_state.h
parentfb5cdbd078d4d44fb43d417843debe41148f3714 (diff)
quad blending works now, but many blend terms need to be added in blend_quad().
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_state.h')
-rw-r--r--src/mesa/pipe/softpipe/sp_state.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/pipe/softpipe/sp_state.h b/src/mesa/pipe/softpipe/sp_state.h
index bc5a3512ae..5a657c4a8f 100644
--- a/src/mesa/pipe/softpipe/sp_state.h
+++ b/src/mesa/pipe/softpipe/sp_state.h
@@ -38,6 +38,9 @@
void softpipe_set_framebuffer_state( struct pipe_context *,
const struct pipe_framebuffer_state * );
+void softpipe_set_blend_state( struct pipe_context *,
+ const struct pipe_blend_state * );
+
void softpipe_set_clear_color_state( struct pipe_context *,
const struct pipe_clear_color_state * );