diff options
author | José Fonseca <[email protected]> | 2009-08-16 21:01:57 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-08-29 09:21:33 +0100 |
commit | 7821664b15501b173b2304bbada758c33c5ff972 (patch) | |
tree | 7ff73c8299ec1d2189dcfbef0a4d6c973df00b7b /src/gallium/drivers/llvmpipe/lp_state.h | |
parent | 2c90652ed9e119f09af6757c59d10273894ba590 (diff) |
llvmpipe: Implement KIL.
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 52e12fcbe61..b4bc89ea320 100644 --- a/src/gallium/drivers/llvmpipe/lp_state.h +++ b/src/gallium/drivers/llvmpipe/lp_state.h @@ -65,6 +65,7 @@ typedef void const void *dady, const void *consts, void *outputs, + uint32_t *mask, struct tgsi_sampler **samplers); /** |