Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Cross.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@google.com>2019-11-05 18:07:15 +0300
committerDan Sinclair <dsinclair@google.com>2019-11-05 18:07:15 +0300
commit9da21c24a4102cdd142a914c2965f96bde1fcef7 (patch)
treee6d404333ca2668cb11f2148efa18c4c091628b8 /checkout_glslang_spirv_tools.sh
parent24f209eb9306eb1ae184c0cd95afce279d696045 (diff)
Roll GLSLang and SPIRV-Tools
This CL rolls the GLSLang and SPIRV-Tools dependencies to tip-of-tree and updates the tests as required.
Diffstat (limited to 'checkout_glslang_spirv_tools.sh')
-rwxr-xr-xcheckout_glslang_spirv_tools.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/checkout_glslang_spirv_tools.sh b/checkout_glslang_spirv_tools.sh
index 54171f2b..cf531329 100755
--- a/checkout_glslang_spirv_tools.sh
+++ b/checkout_glslang_spirv_tools.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-GLSLANG_REV=4b5159ea8170fa34e29f13448fddebf88e0a722a
-SPIRV_TOOLS_REV=bbb29870b510f83f99994358179c9ea6838c3100
+GLSLANG_REV=5d0e01d9e7f9fae7609843d00f9fc5f41c3ddfdd
+SPIRV_TOOLS_REV=e0d5544c9864e1b6852c4ab949892898b2866c3e
SPIRV_HEADERS_REV=601d738723ac381741311c6c98c36d6170be14a2
if [ -z $PROTOCOL ]; then