From 09b4ce50f1a46707c882fec82d65bd916873c5fd Mon Sep 17 00:00:00 2001 From: Cody Northrop Date: Wed, 3 Jun 2015 11:52:35 -0600 Subject: toolchain: Update to glslang 31490 and LunarGLASS 1091 Also contains commits: Author: GregF Date: Thu May 28 09:30:14 2015 -0600 compiler: handle new builtIn enum in metadata Author: Cody Northrop Date: Mon Jun 1 14:24:26 2015 -0600 compiler: Update backend for new sampler types and switches --- update_external_sources.sh | 4 ++-- 1 file 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/.. -- cgit v1.2.3