gallivm: nir->tgsi info convertor (v2)
authorDave Airlie <airlied@redhat.com>
Thu, 5 Sep 2019 05:32:21 +0000 (15:32 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 28 Nov 2019 04:48:11 +0000 (14:48 +1000)
commit3b9950098b14ef6fa30035be9ffc847722a363cb
tree6086616fa21b43abeb762ef6f8ca2394596fa0e4
parentc879efec0973a4b1c9e6baa94351feb9aaeb3f36
gallivm: nir->tgsi info convertor (v2)

This is a port of the old radeonsi code to be used for llvmpipe NIR support.

Once we remove TGSI support from llvmpipe (I can dream? :-), then
we should be able to refine most of this down and remove it.

v2: port to later radeonsi code for vertex inputs and sampler/io parsing.

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