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

Author: Timothy Arceri <tarc...@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 <b...@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 \

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to