From 3b9950098b14ef6fa30035be9ffc847722a363cb Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Thu, 5 Sep 2019 15:32:21 +1000 Subject: 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 --- src/gallium/auxiliary/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gallium/auxiliary/meson.build') diff --git a/src/gallium/auxiliary/meson.build b/src/gallium/auxiliary/meson.build index 27cd8207e14..aaf5138a169 100644 --- a/src/gallium/auxiliary/meson.build +++ b/src/gallium/auxiliary/meson.build @@ -417,6 +417,8 @@ if with_llvm 'draw/draw_llvm_sample.c', 'draw/draw_pt_fetch_shade_pipeline_llvm.c', 'draw/draw_vs_llvm.c', + 'nir/nir_to_tgsi_info.c', + 'nir/nir_to_tgsi_info.h', ) endif -- cgit v1.2.3