From: Daniel Koch Date: Thu, 30 Jul 2020 04:21:45 +0000 (-0400) Subject: Update glslang and deps for latest rebase X-Git-Tag: upstream/1.3.5~1140^2~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7b3872f1d4edd241c53f86749b09dddcd708bb8f;p=platform%2Fupstream%2FVK-GL-CTS.git Update glslang and deps for latest rebase Component: Framework Change-Id: I07e7b75b4f6e8b61f27fdabec7314126b079167e --- diff --git a/external/fetch_sources.py b/external/fetch_sources.py index 7bf270c..dc3d073 100644 --- a/external/fetch_sources.py +++ b/external/fetch_sources.py @@ -316,18 +316,18 @@ PACKAGES = [ GitRepo( "https://gitlab.khronos.org/spirv/spirv-tools.git", "git@gitlab.khronos.org:spirv/spirv-tools.git", - "154938e676756c7e5a950dd9440310e8cace5d37", + "99fc7c2911066cf7173e69bb86aa187383e016a0", "spirv-tools"), GitRepo( "https://gitlab.khronos.org/GLSL/glslang.git", "git@gitlab.khronos.org:GLSL/glslang.git", - "4a6360af4f2b5799d97b69f8497cc8c1117262e5", + "6545ca467032a1ef3ba30d5da662be41b23f89c0", "glslang", removeTags = ["master-tot"]), GitRepo( "https://gitlab.khronos.org/spirv/SPIRV-Headers.git", "git@gitlab.khronos.org:spirv/SPIRV-Headers.git", - "20da1bf20e748818f989e3a1b43da197afcbb18c", + "bc3fc6ce4f83c35f7844ccff6b33e33e2161a8fe", "spirv-headers"), GitRepo( "https://github.com/google/amber.git",