Mesa (master): spirv: fix autotools builds

Timothy Arceri tarceri at kemper.freedesktop.org
Wed Mar 7 23:46:31 UTC 2018


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

Author: Timothy Arceri <tarceri at itsqueeze.com>
Date:   Thu Mar  8 10:37:52 2018 +1100

spirv: fix autotools builds

Fixes: 68a6a3b51acc "spirv: handle AMD_gcn_shader extended instructions"

Reviewed-by: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>

---

 src/compiler/Makefile.sources | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources
index 841bc8fec9..37340ba809 100644
--- a/src/compiler/Makefile.sources
+++ b/src/compiler/Makefile.sources
@@ -301,6 +301,7 @@ SPIRV_FILES = \
 	spirv/spirv_info.h \
 	spirv/spirv_to_nir.c \
 	spirv/vtn_alu.c \
+	spirv/vtn_amd.c \
 	spirv/vtn_cfg.c \
 	spirv/vtn_glsl450.c \
 	spirv/vtn_private.h \




More information about the mesa-commit mailing list