summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_state.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-05-12 17:12:59 +0100
committerJosé Fonseca <jfonseca@vmware.com>2010-05-12 17:12:59 +0100
commit10fdbb9298489e9dfb2ecec0662abe29da5b6239 (patch)
tree4b04d91e68d69c1bf7496c2510271082558c67e5 /src/gallium/drivers/llvmpipe/lp_state.h
parent686215d9e5c87ace953b11559ec8ca24f5a3b4e4 (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.h2
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 848cb49f91..73778449ea 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];