summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorPyry Haulos <phaulos@google.com>2016-02-16 17:32:40 +0200
committerPyry Haulos <phaulos@google.com>2016-02-16 17:32:40 +0200
commit2454ec8033f939380a365a819def1b596346a064 (patch)
tree018aa0d21e7a83fbf93ebab82f25b8635085929a /external
parentfc89f6c9d8e5933457f19990b0f9a237ebb7eb57 (diff)
parentdac8ac03fd97017ded62c9fa2a67294da0b0dec1 (diff)
downloadVK-GL-CTS-2454ec8033f939380a365a819def1b596346a064.tar.gz
VK-GL-CTS-2454ec8033f939380a365a819def1b596346a064.tar.bz2
VK-GL-CTS-2454ec8033f939380a365a819def1b596346a064.zip
Merge branch 'vulkan-cts-1.0'
Diffstat (limited to 'external')
-rw-r--r--external/fetch_sources.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/external/fetch_sources.py b/external/fetch_sources.py
index 4a063a46e..bcf75c49d 100644
--- a/external/fetch_sources.py
+++ b/external/fetch_sources.py
@@ -169,12 +169,12 @@ PACKAGES = [
"libpng",
postExtract = postExtractLibpng),
GitRepo(
- "git@gitlab.khronos.org:spirv/spirv-tools.git",
+ "https://github.com/KhronosGroup/SPIRV-Tools.git",
"3e6b2dfa699b13987657298ab2a7652a0a577ca9",
"spirv-tools"),
GitRepo(
- "git@gitlab.khronos.org:GLSL/glslang.git",
- "6060845a36bfeed28357942b93335b29642c99cb",
+ "https://github.com/KhronosGroup/glslang.git",
+ "6c292d3ba78533fed7b5ec46bb93b53419cf6535",
"glslang"),
]