From c8ab86c230ebf0cf6bbc8294c2e466e73fc6484d Mon Sep 17 00:00:00 2001 From: Greg Fischer Date: Thu, 8 Oct 2015 17:53:48 -0600 Subject: update_external_sources: move up to latest glslang Also remove a few redundant redundancies. --- glslang_revision | 2 +- update_external_sources.bat | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/glslang_revision b/glslang_revision index fdd226ac..a1a947be 100644 --- a/glslang_revision +++ b/glslang_revision @@ -1 +1 @@ -c833e3fa03ed2bcdbc3cca12e748cfef30996a5e +4ec329 diff --git a/update_external_sources.bat b/update_external_sources.bat index 2586875f..dd444691 100755 --- a/update_external_sources.bat +++ b/update_external_sources.bat @@ -257,8 +257,6 @@ REM // ======== Functions ======== // mkdir %GLSLANG_DIR% cd %GLSLANG_DIR% git clone git@gitlab.khronos.org:GLSL/glslang.git . - git branch --track Rev32 origin/Rev32 - git checkout Rev32 git checkout %GLSLANG_REVISION% if not exist %GLSLANG_DIR%\SPIRV ( echo glslang source download failed! @@ -270,7 +268,7 @@ goto:eof echo. echo Updating %GLSLANG_DIR% cd %GLSLANG_DIR% - git checkout Rev32 + git fetch --all git checkout %GLSLANG_REVISION% goto:eof -- cgit v1.2.3