summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_bld_alpha.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-09-10 14:59:11 +0100
committerJosé Fonseca <jfonseca@vmware.com>2010-09-11 13:30:14 +0100
commit277d768d10d8a98a7cae8b709ff78bb8d1f695f1 (patch)
treed195c7bbf75750495f3b4f242de4737d7a9918a9 /src/gallium/drivers/llvmpipe/lp_bld_alpha.h
parentdcc5d7f67220bc93aa7a351658649877c7e4cf69 (diff)
llvmpipe: Don't store display the alpha ref value in the key.
It's never used.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_bld_alpha.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_bld_alpha.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_bld_alpha.h b/src/gallium/drivers/llvmpipe/lp_bld_alpha.h
index 0f99fec65e..44603b418c 100644
--- a/src/gallium/drivers/llvmpipe/lp_bld_alpha.h
+++ b/src/gallium/drivers/llvmpipe/lp_bld_alpha.h
@@ -44,7 +44,7 @@ struct lp_build_mask_context;
void
lp_build_alpha_test(LLVMBuilderRef builder,
- const struct pipe_alpha_state *state,
+ unsigned func,
struct lp_type type,
struct lp_build_mask_context *mask,
LLVMValueRef alpha,