diff options
author | Roland Scheidegger <[email protected]> | 2010-02-10 21:20:24 +0100 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2010-02-10 21:20:24 +0100 |
commit | 6a509ec6dd16f93758a308a0f0eb1b032f099693 (patch) | |
tree | 88326364a2a25dbc6e9bc6115abb1bf275384d0d /src/gallium/drivers/llvmpipe/lp_context.h | |
parent | 4ea2f61e5ae556fa4141cd226ecbf1521e9f16ff (diff) |
llvmpipe: adapt to stencil ref changes
since the driver doesn't actually handle stencil yet the code won't do much.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_context.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_context.h b/src/gallium/drivers/llvmpipe/lp_context.h index 3bde485ac0c..955c7eb8e0e 100644 --- a/src/gallium/drivers/llvmpipe/lp_context.h +++ b/src/gallium/drivers/llvmpipe/lp_context.h @@ -61,6 +61,7 @@ struct llvmpipe_context { /** Other rendering state */ struct pipe_blend_color blend_color; + struct pipe_stencil_ref stencil_ref; struct pipe_clip_state clip; struct pipe_buffer *constants[PIPE_SHADER_TYPES]; struct pipe_framebuffer_state framebuffer; |