llvmpipe: TGSI -> LLVM SoA IR converstion.
authorJosé Fonseca <jfonseca@vmware.com>
Tue, 11 Aug 2009 12:17:24 +0000 (13:17 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Sat, 29 Aug 2009 08:21:30 +0000 (09:21 +0100)
commit63b07618b3e4034e11968f1c5323445dc4a0377f
tree606211ba18372dc34a23ace5419bd2948a05b9ef
parent9033c44a62e27ba3095792c3578750a843733e00
llvmpipe: TGSI -> LLVM SoA IR converstion.

Based on tgsi_sse2.c.
src/gallium/drivers/llvmpipe/SConscript
src/gallium/drivers/llvmpipe/lp_bld_tgsi.h [new file with mode: 0644]
src/gallium/drivers/llvmpipe/lp_bld_tgsi_soa.c [new file with mode: 0644]