commit | 473ac0603a7ccbb86abc5300fc38940d5d0f6a28 | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtney@LunarG.com> | Tue Dec 02 09:05:18 2014 -0700 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Tue Dec 02 14:46:17 2014 -0700 |
tree | 0ce27efaf0f58cd0b1ebe0ff2c7684ee17f9b064 | |
parent | 8cd81834f008b4b260be1df2caa027aa64be67de [diff] [blame] |
xgl: Update BIL/LunarGLASS/glslang versions
diff --git a/update_external_sources.sh b/update_external_sources.sh index 929c9b1..dc17621 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/..