projects
/
platform
/
upstream
/
VK-GL-CTS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23782e1
)
Update glslang and spirv-tools in fetch_sources.py to public versions
author
Pyry Haulos
<phaulos@google.com>
Tue, 16 Feb 2016 15:16:56 +0000
(17:16 +0200)
committer
Pyry Haulos
<phaulos@google.com>
Tue, 16 Feb 2016 15:16:56 +0000
(17:16 +0200)
external/fetch_sources.py
patch
|
blob
|
history
diff --git
a/external/fetch_sources.py
b/external/fetch_sources.py
index 40d2a6c30c9c428fb27ec9a803bf46db5c728557..bcf75c49d0e62d41e46b7c42b2ca48b5303e357d 100644
(file)
--- 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-t
ools.git",
+ "
https://github.com/KhronosGroup/SPIRV-T
ools.git",
"3e6b2dfa699b13987657298ab2a7652a0a577ca9",
"spirv-tools"),
GitRepo(
- "
git@gitlab.khronos.org:GLSL
/glslang.git",
- "
38616fa321e6beea9816ee2fe9817f6d79cd1766
",
+ "
https://github.com/KhronosGroup
/glslang.git",
+ "
6c292d3ba78533fed7b5ec46bb93b53419cf6535
",
"glslang"),
]