diff options
author | José Fonseca <[email protected]> | 2010-05-12 17:12:59 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-05-12 17:12:59 +0100 |
commit | 10fdbb9298489e9dfb2ecec0662abe29da5b6239 (patch) | |
tree | 4b04d91e68d69c1bf7496c2510271082558c67e5 /src/gallium/drivers/llvmpipe/lp_state.h | |
parent | 686215d9e5c87ace953b11559ec8ca24f5a3b4e4 (diff) |
llvmpipe: Move the opaque flag computation into the variant.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_state.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_state.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_state.h b/src/gallium/drivers/llvmpipe/lp_state.h index 848cb49f919..73778449ea8 100644 --- a/src/gallium/drivers/llvmpipe/lp_state.h +++ b/src/gallium/drivers/llvmpipe/lp_state.h @@ -87,6 +87,8 @@ struct lp_fragment_shader_variant { struct lp_fragment_shader_variant_key key; + boolean opaque; + LLVMValueRef function[2]; lp_jit_frag_func jit_function[2]; |