llvmpipe: add masking support to aos blend
[mesa.git] / src / gallium / drivers / llvmpipe / lp_bld_blend.h
index 00838a6634277102e40c3cd7095fc2c37b2eac4f..c0c95a27129f270c4a0eced1561dd4aa2b753183 100644 (file)
@@ -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]);