From 355e4f891fd4eb553692347e1882c6162d2e79dc Mon Sep 17 00:00:00 2001 From: scygan Date: Tue, 10 May 2016 17:38:13 +0200 Subject: [PATCH] Update glslang to (7b3096a) to include bitfield functions precision fix This fixes issue #385 --- external/fetch_sources.py | 2 +- external/glslang/CMakeLists.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/external/fetch_sources.py b/external/fetch_sources.py index 7af1ad5..7e98e7e 100644 --- a/external/fetch_sources.py +++ b/external/fetch_sources.py @@ -174,7 +174,7 @@ PACKAGES = [ "spirv-tools"), GitRepo( "https://github.com/KhronosGroup/glslang.git", - "af459216a18a08c2e3eec880329c3a7a1244ddeb", + "7b3096a93dd5ebee516da9c4563aa352420c01cd", "glslang"), ] diff --git a/external/glslang/CMakeLists.txt b/external/glslang/CMakeLists.txt index 28dd5b4..840ceab 100644 --- a/external/glslang/CMakeLists.txt +++ b/external/glslang/CMakeLists.txt @@ -66,6 +66,8 @@ if (EXISTS ${GLSLANG_ABS_PATH}/glslang/GenericCodeGen/CodeGen.cpp) ${GLSLANG_ABS_PATH}/hlsl/hlslGrammar.cpp ${GLSLANG_ABS_PATH}/hlsl/hlslParseHelper.cpp ${GLSLANG_ABS_PATH}/hlsl/hlslScanContext.cpp + ${GLSLANG_ABS_PATH}/hlsl/hlslTokenStream.cpp + ${GLSLANG_ABS_PATH}/hlsl/hlslOpMap.cpp ${GLSLANG_ABS_PATH}/SPIRV/GlslangToSpv.cpp ${GLSLANG_ABS_PATH}/SPIRV/InReadableOrder.cpp @@ -73,6 +75,7 @@ if (EXISTS ${GLSLANG_ABS_PATH}/glslang/GenericCodeGen/CodeGen.cpp) ${GLSLANG_ABS_PATH}/SPIRV/SPVRemapper.cpp ${GLSLANG_ABS_PATH}/SPIRV/doc.cpp ${GLSLANG_ABS_PATH}/SPIRV/disassemble.cpp + ${GLSLANG_ABS_PATH}/SPIRV/Logger.cpp osinclude.cpp ) -- 2.7.4