gallivm: Basic AoS TGSI -> LLVM IR.
authorJosé Fonseca <jfonseca@vmware.com>
Thu, 2 Sep 2010 11:45:50 +0000 (12:45 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Sat, 11 Sep 2010 12:25:49 +0000 (13:25 +0100)
commit93158622e26df1227f6eca8d619b5521f4cb1368
tree289177e80a42c16ec34e44b0cb52be4e90e301e8
parent58daea741fa21fe3f89fd7bf106df1545c5b21af
gallivm: Basic AoS TGSI -> LLVM IR.

Essentially a variation of the SoA version.
src/gallium/auxiliary/Makefile
src/gallium/auxiliary/SConscript
src/gallium/auxiliary/gallivm/lp_bld_tgsi.h
src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c [new file with mode: 0644]