summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/Makefile
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-09-02 12:45:50 +0100
committerJosé Fonseca <jfonseca@vmware.com>2010-09-11 13:25:49 +0100
commit93158622e26df1227f6eca8d619b5521f4cb1368 (patch)
tree289177e80a42c16ec34e44b0cb52be4e90e301e8 /src/gallium/auxiliary/Makefile
parent58daea741fa21fe3f89fd7bf106df1545c5b21af (diff)
gallivm: Basic AoS TGSI -> LLVM IR.
Essentially a variation of the SoA version.
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r--src/gallium/auxiliary/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile
index eb86d83d2a..5388f4ecd5 100644
--- a/src/gallium/auxiliary/Makefile
+++ b/src/gallium/auxiliary/Makefile
@@ -171,6 +171,7 @@ GALLIVM_SOURCES = \
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 \