diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-05-24 17:37:36 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-05-24 17:37:36 -0600 |
commit | 008fb50174fb6717f3b71836427bc6be4e44613c (patch) | |
tree | 5a10e328618f82f97eead2ca7d1fb9fffbee9a7d /src/mesa/softpipe/sp_context.h | |
parent | 2248829b99bf388dfe7ee9c6763f98167b52ba8b (diff) |
Stencil state.
Diffstat (limited to 'src/mesa/softpipe/sp_context.h')
-rw-r--r-- | src/mesa/softpipe/sp_context.h | 3 |
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 * ); |