aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2014-12-02 09:05:18 -0700
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2014-12-02 14:46:17 -0700
commitd1772484cf1af9ac724a966eed7d0ecb4db87ad3 (patch)
tree77f0951842e38da883772cdaa3d7431a332728de
parentf6238118235f9f6d39fdef20addb79ee2096d43d (diff)
downloadusermoji-d1772484cf1af9ac724a966eed7d0ecb4db87ad3.tar.xz
xgl: Update BIL/LunarGLASS/glslang versions
-rwxr-xr-xupdate_external_sources.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/update_external_sources.sh b/update_external_sources.sh
index 929c9b16..dc17621f 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=29042
-LUNARGLASS_REVISION=1053
-GLSLANG_REVISION=29042
+BIL_REVISION=29091
+LUNARGLASS_REVISION=1055
+GLSLANG_REVISION=29091
BUILDDIR=$PWD
BASEDIR=$BUILDDIR/..