From: Alexander Galazin Date: Fri, 22 Feb 2019 12:07:19 +0000 (+0100) Subject: Update glslang, SPIR-V tools and headers X-Git-Tag: upstream/1.3.5~2241 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b6d2ebc4507ca1db9ea2c003733a1027fbd0dd97;p=platform%2Fupstream%2FVK-GL-CTS.git Update glslang, SPIR-V tools and headers Components: Framework Change-Id: I091d24cbb521f16a52219e2daf9ec66ed376f748 --- diff --git a/external/fetch_sources.py b/external/fetch_sources.py index 245babb..73f639e 100644 --- a/external/fetch_sources.py +++ b/external/fetch_sources.py @@ -315,18 +315,18 @@ PACKAGES = [ GitRepo( "https://github.com/KhronosGroup/SPIRV-Tools.git", None, - "5eab6df648eace6eab69c44ccd17bd0f5e57406d", + "4c43afcade0f6b17c4977c92a6de6c7d3344ba5d", "spirv-tools"), GitRepo( "https://github.com/KhronosGroup/glslang.git", None, - "4e06d7a2bba04e5728f37ef8313060acfcd2ff60", + "a51d3d9f223361165127ded3cd2e59d81e22d91f", "glslang", removeTags = ["master-tot"]), GitRepo( "https://github.com/KhronosGroup/SPIRV-Headers.git", None, - "79b6681aadcb53c27d1052e5f8a0e82a981dbf2f", + "e74c389f81915d0a48d6df1af83c3862c5ad85ab", "spirv-headers"), GitRepo( "https://github.com/Igalia/vkrunner.git",