[Mesa-dev] [PATCH 3/3] gallium: Add tgsi_to_nir to get a nir_shader for a TGSI shader.

Ilia Mirkin imirkin at alum.mit.edu
Fri Mar 27 14:00:06 PDT 2015


On Fri, Mar 27, 2015 at 4:54 PM, Eric Anholt <eric at anholt.net> wrote:
> diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources
> index 09496fa..08e4e4c 100644
> --- a/src/gallium/auxiliary/Makefile.sources
> +++ b/src/gallium/auxiliary/Makefile.sources
> @@ -69,6 +69,7 @@ C_SOURCES := \
>         indices/u_indices_priv.h \
>         indices/u_primconvert.c \
>         indices/u_primconvert.h \
> +       nir/tgsi_to_nir.c \
>         os/os_memory_aligned.h \
>         os/os_memory_debug.h \
>         os/os_memory_stdc.h \

I believe you're supposed to include .h files in these lists as well
nowadays, since Emil uses them to generate the list of all files to
include in the distribution tarball.


More information about the mesa-dev mailing list