aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2014-10-31 14:12:25 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2014-10-31 15:29:20 -0600
commitbb720d8b56d60df97d0ee4dd6ad191b9993ec124 (patch)
treeaa9aa80600d934545c5cb8b5d3ce275e1e745721
parent0b957ef9862855db7f68a19a41e5cd2244d5078c (diff)
downloadusermoji-bb720d8b56d60df97d0ee4dd6ad191b9993ec124.tar.xz
xgl: Update to current BIL/glslang/LunarGLASS
-rwxr-xr-xupdate_external_sources.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/update_external_sources.sh b/update_external_sources.sh
index 388c488e..7fb5e26e 100755
--- a/update_external_sources.sh
+++ b/update_external_sources.sh
@@ -2,9 +2,9 @@
# Update source for glslang and LLVM
# Copy necessary BIL pieces into glslang and LLVM
-BIL_REVISION=28725
+BIL_REVISION=28809
LUNARGLASS_REVISION=1052
-GLSLANG_REVISION=28653
+GLSLANG_REVISION=28809
BUILDDIR=$PWD
BASEDIR=$BUILDDIR/..