From: scygan Date: Tue, 10 May 2016 15:38:13 +0000 (+0200) Subject: Update glslang to (7b3096a) to include bitfield functions precision fix X-Git-Tag: upstream/0.1.0~812^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=355e4f891fd4eb553692347e1882c6162d2e79dc;p=platform%2Fupstream%2FVK-GL-CTS.git Update glslang to (7b3096a) to include bitfield functions precision fix This fixes issue #385 --- 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 )