diff options
author | José Fonseca <[email protected]> | 2009-10-09 13:41:33 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-10-09 13:41:33 +0100 |
commit | d904ed88c1d957f662497343de7dc3e9fa743e47 (patch) | |
tree | 1825d9f1a7210c8ec6a9c1627880bffeb6015e4b /src/gallium/drivers/llvmpipe/lp_state.h | |
parent | 00ffef383c62ca6cd0d5687539dc45fecfbefeec (diff) |
llvmpipe: Pass state to setup.
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 a9980d6f14a..64fe3600f5e 100644 --- a/src/gallium/drivers/llvmpipe/lp_state.h +++ b/src/gallium/drivers/llvmpipe/lp_state.h @@ -54,6 +54,7 @@ #define LP_NEW_VERTEX 0x1000 #define LP_NEW_VS 0x2000 #define LP_NEW_QUERY 0x4000 +#define LP_NEW_BLEND_COLOR 0x8000 struct tgsi_sampler; |