From b6d2ebc4507ca1db9ea2c003733a1027fbd0dd97 Mon Sep 17 00:00:00 2001 From: Alexander Galazin Date: Fri, 22 Feb 2019 13:07:19 +0100 Subject: [PATCH] Update glslang, SPIR-V tools and headers Components: Framework Change-Id: I091d24cbb521f16a52219e2daf9ec66ed376f748 --- external/fetch_sources.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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", -- 2.7.4