From ec43b2eb45a1b2e33f328f76624c987484e329f3 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Tue, 4 May 2010 13:51:54 +0100 Subject: gallivm: Proper implementation of TXL opcode. --- src/gallium/auxiliary/gallivm/lp_bld_sample.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gallium/auxiliary/gallivm/lp_bld_sample.h') diff --git a/src/gallium/auxiliary/gallivm/lp_bld_sample.h b/src/gallium/auxiliary/gallivm/lp_bld_sample.h index 40f2b571f7..955b1d21ee 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_sample.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_sample.h @@ -175,7 +175,8 @@ lp_build_sample_soa(LLVMBuilderRef builder, const LLVMValueRef *coords, const LLVMValueRef *ddx, const LLVMValueRef *ddy, - LLVMValueRef lodbias, + LLVMValueRef lod_bias, + LLVMValueRef explicit_lod, LLVMValueRef *texel); -- cgit v1.2.3