BIL: Update BIL version
authorCourtney Goeltzenleuchter <courtney@LunarG.com>
Thu, 5 Feb 2015 22:35:26 +0000 (15:35 -0700)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Thu, 5 Feb 2015 22:35:26 +0000 (15:35 -0700)
README.md
update_external_sources.sh

index 1613949..a2e544d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ Information on how to enable the various Debug and Validation layers is in
 ## References\r
 This version of the components are written based on the following preliminary specs and proposals:\r
 - [**XGL Programers Reference**, 1 Jul 2014](https://cvs.khronos.org/svn/repos/oglc/trunk/nextgen/proposals/AMD/Explicit%20GL%20Programming%20Guide%20and%20API%20Reference.pdf)\r
-- [**BIL**, revision 27](https://cvs.khronos.org/svn/repos/oglc/trunk/nextgen/proposals/BIL/Specification/BIL.html)\r
+- [**BIL**, revision 29](https://cvs.khronos.org/svn/repos/oglc/trunk/nextgen/proposals/BIL/Specification/BIL.html)\r
 \r
 ## License\r
 This work is intended to be released as open source under a BSD-style\r
index f76d5c6..f572032 100755 (executable)
@@ -2,9 +2,9 @@
 # Update source for glslang and LLVM
 # Copy necessary BIL pieces into glslang and LLVM
 
-BIL_REVISION=29595
+BIL_REVISION=29773
 LUNARGLASS_REVISION=1060
-GLSLANG_REVISION=29595
+GLSLANG_REVISION=29773
 
 BUILDDIR=$PWD
 BASEDIR=$BUILDDIR/..