aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/lp_bld_tgsi.h
diff options
context:
space:
mode:
authorJosé Fonseca <[email protected]>2010-09-10 15:00:21 +0100
committerJosé Fonseca <[email protected]>2010-09-11 13:31:17 +0100
commit697fdf3fff98943c44bc67f6c6cc17f6334724dd (patch)
tree34c8459870a1ddb43f05dba334a8774f07c2e79e /src/gallium/auxiliary/gallivm/lp_bld_tgsi.h
parent277d768d10d8a98a7cae8b709ff78bb8d1f695f1 (diff)
gallivm: Allow to TGSI AoS translation to happen in BGRA ordering.
Or any ordering.
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_tgsi.h')
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_tgsi.h1
1 files changed, 1 insertions, 0 deletions
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,