From: Juan A. Suarez Romero Date: Mon, 19 Mar 2018 12:08:32 +0000 (+0100) Subject: nir: autotools, meson: add GLSL.ext.AMD.h in the files list X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f8b749b7c026ac86fa5b684dc8f99b4c5eeb7855;p=mesa.git nir: autotools, meson: add GLSL.ext.AMD.h in the files list Reviewed-by: Emil Velikov --- diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources index b231f2fa972..2dc48365507 100644 --- a/src/compiler/Makefile.sources +++ b/src/compiler/Makefile.sources @@ -295,6 +295,7 @@ SPIRV_GENERATED_FILES = \ spirv/vtn_gather_types.c SPIRV_FILES = \ + spirv/GLSL.ext.AMD.h \ spirv/GLSL.std.450.h \ spirv/nir_spirv.h \ spirv/spirv.h \ diff --git a/src/compiler/nir/meson.build b/src/compiler/nir/meson.build index e97ce0d1e2d..887035d7595 100644 --- a/src/compiler/nir/meson.build +++ b/src/compiler/nir/meson.build @@ -183,6 +183,7 @@ files_libnir = files( 'nir_vla.h', 'nir_worklist.c', 'nir_worklist.h', + '../spirv/GLSL.ext.AMD.h', '../spirv/GLSL.std.450.h', '../spirv/nir_spirv.h', '../spirv/spirv.h',