From 77cab34bdf264e0b7f235653e39c013f73df9307 Mon Sep 17 00:00:00 2001 From: Jeff Bolz Date: Tue, 16 Oct 2018 14:42:42 -0500 Subject: [PATCH] Update glslang to fix memory model spirv validation Fixes https://gitlab.khronos.org/Tracker/vk-gl-cts/issues/1421 Components: Vulkan VK-GL-CTS issue: 1421 Affects: dEQP-VK.memory_model* and possibly others due to other glslang changes Change-Id: Iff7e61d983495017d1b32f55be4a7a30d1aecf92 --- external/fetch_sources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 external/fetch_sources.py diff --git a/external/fetch_sources.py b/external/fetch_sources.py old mode 100644 new mode 100755 index 83306d2..acf7d98 --- a/external/fetch_sources.py +++ b/external/fetch_sources.py @@ -257,7 +257,7 @@ PACKAGES = [ GitRepo( "https://github.com/KhronosGroup/glslang.git", None, - "5ff3c3da3b374a03a5eff96544fcd6678ed575c1", + "e9405d0b443a1849fa55b7bfeaceda586a1c37af", "glslang"), GitRepo( "https://github.com/KhronosGroup/SPIRV-Headers.git", -- 2.7.4