From f988d2d56d165197965ff3371d394e250abb6276 Mon Sep 17 00:00:00 2001 From: Alexander Galazin Date: Sat, 4 Jul 2020 15:41:22 +0200 Subject: [PATCH] Update SPIR-V Tools/Headers and glslang Components: Framework Change-Id: I3c85a41c09bcf2d87e99488eb230345118feb664 --- 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 f2638e7..b2ebd4a 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, - "4386ef4234e28f933412774b0ba718ae0e211333", + "bd2a9ea85210d3bb474bc5adb9ff4b0bb536b4fc", "spirv-tools"), GitRepo( "https://github.com/KhronosGroup/glslang.git", None, - "b5f003d7a3ece37db45578a8a3140b370036fc64", + "257e9a3f1927ae09401d16eaee11587e74ed4f61", "glslang", removeTags = ["master-tot"]), GitRepo( "https://github.com/KhronosGroup/SPIRV-Headers.git", None, - "f8bf11a0253a32375c32cad92c841237b96696c0", + "11d7637e7a43cd88cfd4e42c99581dcb682936aa", "spirv-headers"), GitRepo( "https://github.com/google/amber.git", -- 2.7.4