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>2020-02-19 18:13:52 +0300
committerDan Sinclair <dsinclair@google.com>2020-02-19 18:13:52 +0300
commit7ec16b64c8c4296e20319243b1307192194ed9b7 (patch)
treeb1b4989ae88eb56e2bc0b724eaee05cef24584ad /checkout_glslang_spirv_tools.sh
parentdffd33dd9d19c798ffecc10f50e551b42d282628 (diff)
Roll GLSLang, SPIRV-Tools and SPIRV-Headers
This CL rolls the various dependencies of SPIRV-Cross and updates the tests as needed.
Diffstat (limited to 'checkout_glslang_spirv_tools.sh')
-rwxr-xr-xcheckout_glslang_spirv_tools.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/checkout_glslang_spirv_tools.sh b/checkout_glslang_spirv_tools.sh
index 7ad03664..22720fff 100755
--- a/checkout_glslang_spirv_tools.sh
+++ b/checkout_glslang_spirv_tools.sh
@@ -1,8 +1,8 @@
#!/bin/bash
-GLSLANG_REV=a4af7676feb011d61b1dfa8915bd41d9c5aaf22a
-SPIRV_TOOLS_REV=e82a428605f6ce0a07337b36f8ba3935c9f165ac
-SPIRV_HEADERS_REV=204cd131c42b90d129073719f2766293ce35c081
+GLSLANG_REV=c008fcb8cc0f6a413162fb5236d0c548cc1e0ef6
+SPIRV_TOOLS_REV=79f8caf9154a0328a87424354bd10ab69e811185
+SPIRV_HEADERS_REV=5dbc1c32182e17b8ab8e8158a802ecabaf35aad3
if [ -z $PROTOCOL ]; then
PROTOCOL=git