From 5a0273848aa4b854bb3c99a81701b044a8929bf8 Mon Sep 17 00:00:00 2001 From: Tim Foley Date: Mon, 2 Apr 2018 15:08:21 -0700 Subject: Update to top-of-tree glslang (2018-04-02). (#470) This is an attempt to alleviate some driver crashes caused by invalid SPIR-V. Because Slang drives `glslang` with GLSL source code, any invalid output is likely due to `glslang` bugs. I chose top-of-tree for `glslang` because it wasn't clear what their release process is. Hopefully we can go another year without having to update this dependency. The build setup we use for `glslang` had to change to account for one more `#define` that the code expects to have passed in externally. --- external/glslang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'external') diff --git a/external/glslang b/external/glslang index 652db16ff..5a867acad 160000 --- a/external/glslang +++ b/external/glslang @@ -1 +1 @@ -Subproject commit 652db16ff114747c216ec631767dfd27e3d3c838 +Subproject commit 5a867acad5da07cfb59a1eaadf8e366fb58bbed4 -- cgit v1.2.3