gallivm: add nir->llvm translation (v2)
authorDave Airlie <airlied@redhat.com>
Thu, 5 Sep 2019 05:46:31 +0000 (15:46 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 28 Nov 2019 04:48:44 +0000 (14:48 +1000)
commit44a6b0107b37ad9644d3435cf6d2d29b6779654f
tree29d61185416a970af81dfa8be93399c92db6e244
parent18ed09d4492f02275235dea6b210a6164871ab17
gallivm: add nir->llvm translation (v2)

This add the initial implementation of the NIR->LLVM conversion
for llvmpipe NIR support.

v2: lower bool to int32 in nir not llvm

Acked-by: Roland Scheidegger <sroland@vmware.com>
src/gallium/auxiliary/Makefile.sources
src/gallium/auxiliary/gallivm/lp_bld_nir.c [new file with mode: 0644]
src/gallium/auxiliary/gallivm/lp_bld_nir.h [new file with mode: 0644]
src/gallium/auxiliary/gallivm/lp_bld_nir_soa.c [new file with mode: 0644]
src/gallium/auxiliary/meson.build