aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Northrop <cody@lunarg.com>2015-06-03 11:52:35 -0600
committerCody Northrop <cody@lunarg.com>2015-06-17 14:30:24 -0600
commit09b4ce50f1a46707c882fec82d65bd916873c5fd (patch)
tree230d3220c4f91509a5d1d10cb4fa4e2d29686b1f
parent40a7156b67fcb999ec00d3a26f429afb8dde5824 (diff)
downloadusermoji-09b4ce50f1a46707c882fec82d65bd916873c5fd.tar.xz
toolchain: Update to glslang 31490 and LunarGLASS 1091
Also contains commits: Author: GregF <greg@LunarG.com> Date: Thu May 28 09:30:14 2015 -0600 compiler: handle new builtIn enum in metadata Author: Cody Northrop <cody@lunarg.com> Date: Mon Jun 1 14:24:26 2015 -0600 compiler: Update backend for new sampler types and switches
-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 efeafe4b..7beb68a6 100755
--- a/update_external_sources.sh
+++ b/update_external_sources.sh
@@ -1,8 +1,8 @@
#!/bin/bash
# Update source for glslang and LLVM
-LUNARGLASS_REVISION=1070
-GLSLANG_REVISION=30939
+LUNARGLASS_REVISION=1091
+GLSLANG_REVISION=31490
BUILDDIR=$PWD
BASEDIR=$BUILDDIR/..