Home | History | Annotate | Download | only in vulkan-validation-layers

Lines Matching refs:git

92    REM git is required for all paths
93 for %%X in (git.exe) do (set FOUND=%%~$PATH:X)
96 echo git.exe not found
97 echo Git for Windows can be downloaded here: https://git-scm.com/download/win
98 echo Install and ensure git.exe makes it into your PATH
206 git clone https://github.com/KhronosGroup/glslang.git .
207 git checkout %GLSLANG_REVISION%
218 git fetch --all
219 git checkout %GLSLANG_REVISION%
227 git clone https://github.com/KhronosGroup/SPIRV-Tools.git .
228 git checkout %SPIRV_TOOLS_REVISION%
236 git clone https://github.com/KhronosGroup/SPIRV-HEADERS.git .
237 git checkout %SPIRV_HEADERS_REVISION%
248 git fetch --all
249 git checkout %SPIRV_TOOLS_REVISION%
251 git fetch --all
252 git checkout %SPIRV_HEADERS_REVISION%