Update glslang to fix memory model spirv validation
authorJeff Bolz <jbolz@nvidia.com>
Tue, 16 Oct 2018 19:42:42 +0000 (14:42 -0500)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 18 Oct 2018 07:22:14 +0000 (03:22 -0400)
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 [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 83306d2..acf7d98
@@ -257,7 +257,7 @@ PACKAGES = [
        GitRepo(
                "https://github.com/KhronosGroup/glslang.git",
                None,
-               "5ff3c3da3b374a03a5eff96544fcd6678ed575c1",
+               "e9405d0b443a1849fa55b7bfeaceda586a1c37af",
                "glslang"),
        GitRepo(
                "https://github.com/KhronosGroup/SPIRV-Headers.git",