summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_bld_blend.h
diff options
context:
space:
mode:
authorJames Benton <jbenton@vmware.com>2012-04-19 18:13:13 +0100
committerJosé Fonseca <jfonseca@vmware.com>2012-05-02 10:23:52 +0100
commit16b081f1b0acf3158423c9fbed69c85807ce5276 (patch)
tree3180cef916199bb8928a98c26d106985359ff6ac /src/gallium/drivers/llvmpipe/lp_bld_blend.h
parent9bc58d941ac32d10c6b4c601e0c4c6e00876d738 (diff)
downloadexternal_mesa3d-16b081f1b0acf3158423c9fbed69c85807ce5276.zip
external_mesa3d-16b081f1b0acf3158423c9fbed69c85807ce5276.tar.gz
external_mesa3d-16b081f1b0acf3158423c9fbed69c85807ce5276.tar.bz2
llvmpipe: add masking support to aos blend
Signed-off-by: José Fonseca <jfonseca@vmware.com>
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_bld_blend.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_bld_blend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_bld_blend.h b/src/gallium/drivers/llvmpipe/lp_bld_blend.h
index 00838a6..c0c95a2 100644
--- a/src/gallium/drivers/llvmpipe/lp_bld_blend.h
+++ b/src/gallium/drivers/llvmpipe/lp_bld_blend.h
@@ -69,6 +69,7 @@ lp_build_blend_aos(struct gallivm_state *gallivm,
unsigned rt,
LLVMValueRef src,
LLVMValueRef dst,
+ LLVMValueRef mask,
LLVMValueRef const_,
const unsigned char swizzle[4]);