Mesa (master): nir: autotools, meson: add GLSL.ext.AMD.h in the files list

Juan Antonio Suárez Romero jasuarez at kemper.freedesktop.org
Thu Mar 22 17:25:51 UTC 2018


Module: Mesa
Branch: master
Commit: f8b749b7c026ac86fa5b684dc8f99b4c5eeb7855
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f8b749b7c026ac86fa5b684dc8f99b4c5eeb7855

Author: Juan A. Suarez Romero <jasuarez at igalia.com>
Date:   Mon Mar 19 13:08:32 2018 +0100

nir: autotools, meson: add GLSL.ext.AMD.h in the files list

Reviewed-by: Emil Velikov <emil.velikov at collabora.com>

---

 src/compiler/Makefile.sources | 1 +
 src/compiler/nir/meson.build  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources
index b231f2fa97..2dc4836550 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 e97ce0d1e2..887035d759 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',




More information about the mesa-commit mailing list