From 697fdf3fff98943c44bc67f6c6cc17f6334724dd Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Fri, 10 Sep 2010 15:00:21 +0100 Subject: gallivm: Allow to TGSI AoS translation to happen in BGRA ordering. Or any ordering. --- src/gallium/auxiliary/gallivm/lp_bld_tgsi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/auxiliary/gallivm/lp_bld_tgsi.h') diff --git a/src/gallium/auxiliary/gallivm/lp_bld_tgsi.h b/src/gallium/auxiliary/gallivm/lp_bld_tgsi.h index 2a05cbc3e2c..50f3d798c52 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_tgsi.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_tgsi.h @@ -113,6 +113,7 @@ void lp_build_tgsi_aos(LLVMBuilderRef builder, const struct tgsi_token *tokens, struct lp_type type, + unsigned char swizzles[4], LLVMValueRef consts_ptr, const LLVMValueRef *inputs, LLVMValueRef *outputs, -- cgit v1.2.3