diff options
author | Brian <[email protected]> | 2007-06-20 15:14:47 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-06-20 15:14:47 -0600 |
commit | 7658a0208aa31f1443be6eaa720a383b34e2bbb3 (patch) | |
tree | b0f7c914bb17a5aff40b5a195f10cec076db0337 /src/mesa/pipe/softpipe/sp_state.h | |
parent | fb5cdbd078d4d44fb43d417843debe41148f3714 (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.h | 3 |
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 bc5a3512ae1..5a657c4a8f9 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 * ); |