summaryrefslogtreecommitdiff
path: root/scripts/shaderc_deps.sh
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2026-08-26 15:08:16 -0400
committerAndrew Opalach <andrew@akon.city> 2026-08-26 15:08:16 -0400
commit6094c907b26e21f13373bae6bf3306dbae40af3c (patch)
tree981864ddb1ab9749d3e10a81edc782311826e101 /scripts/shaderc_deps.sh
parentda9bddc70ff8544f3294b880d719c4605e87ad97 (diff)
downloadcamu-6094c907b26e21f13373bae6bf3306dbae40af3c.tar.gz
camu-6094c907b26e21f13373bae6bf3306dbae40af3c.tar.bz2
camu-6094c907b26e21f13373bae6bf3306dbae40af3c.zip
Update deps, small changes and cleanup
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'scripts/shaderc_deps.sh')
-rwxr-xr-xscripts/shaderc_deps.sh15
1 files changed, 8 insertions, 7 deletions
diff --git a/scripts/shaderc_deps.sh b/scripts/shaderc_deps.sh
index c9c793f..fb3991a 100755
--- a/scripts/shaderc_deps.sh
+++ b/scripts/shaderc_deps.sh
@@ -4,17 +4,18 @@
# https://github.com/google/shaderc/blob/known-good/known_good.json
+git clone https://github.com/KhronosGroup/glslang.git glslang
+cd glslang
+git checkout 168d452a4f460d24b588fed08477a81c44ee27a1
+cd ../
+
git clone https://github.com/KhronosGroup/SPIRV-Tools.git spirv-tools
cd spirv-tools
-git checkout c1cb30bb04e2bf911755a40df1242cc6e3d83e26
+git checkout b707790a898e44038547df54580022fc1cf89c3d
+git apply ../../../packagefiles/shaderc/spirv_tools_build_version.diff
cd ../
git clone https://github.com/KhronosGroup/SPIRV-Headers.git spirv-headers
cd spirv-headers
-git checkout ad9184e76a66b1001c29db9b0a3e87f646c64de0
-cd ../
-
-git clone https://github.com/KhronosGroup/glslang.git glslang
-cd glslang
-git checkout 5ed4003a18a10a9d1bd7e43aaf1664499abffa83
+git checkout 29981f65241605e08b0ede4cfeb999fe3b723c6a
cd ../