From 25f7d42b550c4565b76bc1b106f7f15d5cc7ac44 Mon Sep 17 00:00:00 2001 From: Alexander Galazin Date: Wed, 4 Jul 2018 09:17:56 +0200 Subject: [PATCH] Update SPIR-V tools and headers Components: Framework Change-Id: I6ed52b681738664ee471d78e59fc843c0b41319a --- external/fetch_sources.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/external/fetch_sources.py b/external/fetch_sources.py index 9631a75cd..16920fa1e 100644 --- a/external/fetch_sources.py +++ b/external/fetch_sources.py @@ -250,9 +250,9 @@ PACKAGES = [ "libpng", postExtract = postExtractLibpng), GitRepo( - "https://gitlab.khronos.org/spirv/spirv-tools.git", - "git@gitlab.khronos.org:spirv/spirv-tools.git", - "a9d32682334f15efe4a95929134db35d23b138b4", + "https://github.com/KhronosGroup/SPIRV-Tools.git", + None, + "gitlab-spv-khr-8bit-storage", "spirv-tools"), GitRepo( "https://github.com/KhronosGroup/glslang.git", @@ -260,9 +260,9 @@ PACKAGES = [ "ba018e67625049cc94f4329a069073ce77866f5d", "glslang"), GitRepo( - "https://gitlab.khronos.org/spirv/SPIRV-Headers.git", - "git@gitlab.khronos.org:spirv/SPIRV-Headers.git", - "263cdd5d592277b607da15e5301a6670c12be13e", + "https://github.com/KhronosGroup/SPIRV-Headers.git", + None, + "ff684ffc6a35d2a58f0f63108877d0064ea33feb", "spirv-headers"), ] -- 2.34.1