diff options
author | José Fonseca <[email protected]> | 2009-08-22 23:30:28 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-08-29 09:21:41 +0100 |
commit | 97b4681d7e1ccf40d1584436ade7c70fc1893e27 (patch) | |
tree | 2fdebbcb38ba628beb0c3dcbd50e7bdd1cebe54e /src/gallium/drivers/llvmpipe/lp_context.h | |
parent | 04de13b9cd0bd43c5cdcb3afab8e2c1c5a42aa33 (diff) |
llvmpipe: Drop blend derived state.
Already included in the fragment shader.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_context.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_context.h b/src/gallium/drivers/llvmpipe/lp_context.h index 1d0896a5685..77263e4029e 100644 --- a/src/gallium/drivers/llvmpipe/lp_context.h +++ b/src/gallium/drivers/llvmpipe/lp_context.h @@ -52,7 +52,7 @@ struct llvmpipe_context { struct pipe_context pipe; /**< base class */ /** Constant state objects */ - struct lp_blend_state *blend; + const struct pipe_blend_state *blend; const struct pipe_sampler_state *sampler[PIPE_MAX_SAMPLERS]; const struct pipe_depth_stencil_alpha_state *depth_stencil; const struct pipe_rasterizer_state *rasterizer; |