From 93158622e26df1227f6eca8d619b5521f4cb1368 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Thu, 2 Sep 2010 12:45:50 +0100 Subject: gallivm: Basic AoS TGSI -> LLVM IR. Essentially a variation of the SoA version. --- src/gallium/auxiliary/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/auxiliary/SConscript') diff --git a/src/gallium/auxiliary/SConscript b/src/gallium/auxiliary/SConscript index 6210ada990..ba8be2efd1 100644 --- a/src/gallium/auxiliary/SConscript +++ b/src/gallium/auxiliary/SConscript @@ -222,6 +222,7 @@ if env['llvm']: 'gallivm/lp_bld_sample_soa.c', 'gallivm/lp_bld_struct.c', 'gallivm/lp_bld_swizzle.c', + 'gallivm/lp_bld_tgsi_aos.c', 'gallivm/lp_bld_tgsi_soa.c', 'gallivm/lp_bld_type.c', 'draw/draw_llvm.c', -- cgit v1.2.3