From 308fb704957727e643a18c0667fefa2c40b73798 Mon Sep 17 00:00:00 2001 From: Alexander Galazin Date: Mon, 20 Jul 2020 09:33:18 +0200 Subject: [PATCH] Update glslang, SPIR-V Headers and tools Components: Framework Change-Id: Iefc9c69ea9dd3136e1c360aaa971cb185fcc94eb --- 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 b2ebd4a..1184a3b 100644 --- a/external/fetch_sources.py +++ b/external/fetch_sources.py @@ -316,18 +316,18 @@ PACKAGES = [ GitRepo( "https://github.com/KhronosGroup/SPIRV-Tools.git", None, - "bd2a9ea85210d3bb474bc5adb9ff4b0bb536b4fc", + "717e7877cac15d393fd3bb1bd872679de8b59add", "spirv-tools"), GitRepo( "https://github.com/KhronosGroup/glslang.git", None, - "257e9a3f1927ae09401d16eaee11587e74ed4f61", + "9eef54b2513ca6b40b47b07d24f453848b65c0df", "glslang", removeTags = ["master-tot"]), GitRepo( "https://github.com/KhronosGroup/SPIRV-Headers.git", None, - "11d7637e7a43cd88cfd4e42c99581dcb682936aa", + "308bd07424350a6000f35a77b5f85cd4f3da319e", "spirv-headers"), GitRepo( "https://github.com/google/amber.git", -- 2.7.4