aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2014-11-24 17:36:02 -0700
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2014-11-26 10:03:12 -0700
commit118d84359c57ef9005e97d2dd5e9477d124bbf54 (patch)
tree2ba72bffa45e697135e8ff3f1d2e35e06cf75ab6
parent4e37651b85957fbd0e194e2b162e580eceacbf94 (diff)
downloadusermoji-118d84359c57ef9005e97d2dd5e9477d124bbf54.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 dadc659a..929c9b16 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=28981
+BIL_REVISION=29042
LUNARGLASS_REVISION=1053
-GLSLANG_REVISION=28969
+GLSLANG_REVISION=29042
BUILDDIR=$PWD
BASEDIR=$BUILDDIR/..