diff options
author | Brian Paul <[email protected]> | 2010-03-16 14:32:18 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-03-17 16:29:34 -0600 |
commit | 67b82fc395fc9972fc08233044057ab540c7ab59 (patch) | |
tree | fbb1dde36ae424b1d34c3dbdeb3f5bfc04a19e7a /src/gallium/drivers/llvmpipe/lp_state.h | |
parent | b8b1bb946f0bc7d1646e0625c239e08ac60b4fc7 (diff) |
gallivm/llmvpipe: pass stencil refs state into z/stencil build code
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_state.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_state.h b/src/gallium/drivers/llvmpipe/lp_state.h index be02e97648e..74ebf90d580 100644 --- a/src/gallium/drivers/llvmpipe/lp_state.h +++ b/src/gallium/drivers/llvmpipe/lp_state.h @@ -67,6 +67,7 @@ struct lp_fragment_shader; struct lp_fragment_shader_variant_key { struct pipe_depth_state depth; + struct pipe_stencil_state stencil[2]; struct pipe_alpha_state alpha; struct pipe_blend_state blend; enum pipe_format zsbuf_format; |