aboutsummaryrefslogtreecommitdiff
path: root/scripts/fetch_glslangvalidator.py
AgeCommit message (Collapse)Author
2018-11-08Rename cube and cubepp exes to vkcube and vkcubeppTony-LunarG
Change-Id: Iaecb0e7e21a086c8523b8cd4bc9eccd05e1cbca0
2018-09-17cube: Use working url to fetch glslang binariesTony-LunarG
Change-Id: I6157cf2210c1249ce9a6bcf0ed6279597b16a53f
2018-07-20script: Fix fetch_glslangvalidator.py SSL errorJeremy Kniager
Changed urllib.request.urlretrieve to urllib.request.urlopen and set to not check SSL Change-Id: Ia4fa57ef698cc2110c9b19f0715d0eacdf9a00e7
2018-05-22scripts: Fix glslang fetch script for odd buildsMark Lobodzinski
Used scirpt location instead of current location as basis for glslang component installation.
2018-05-18cube: Download glslangValidator binaryMark Lobodzinski
Obviates the need to set GLSLANG_REPO_ROOT or to have glslang otherwise installed for building this repo.