From c96885f40586a5188d05d8ebffa9400f3bde9301 Mon Sep 17 00:00:00 2001 From: GregF Date: Fri, 9 Mar 2018 17:45:57 -0700 Subject: [PATCH 1/2] Update known_good to SPIR-V 1.3 support --- known_good.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/known_good.json b/known_good.json index 61d8507f..01b370ec 100644 --- a/known_good.json +++ b/known_good.json @@ -5,14 +5,14 @@ "site" : "github", "subrepo" : "KhronosGroup/SPIRV-Tools", "subdir" : "External/spirv-tools", - "commit" : "46a9ec9d2312bc8f2a87810614d06c721ea3121c" + "commit" : "8d8a71278bf9e83dd0fb30d5474386d30870b74d" }, { "name" : "spirv-tools/external/spirv-headers", "site" : "github", "subrepo" : "KhronosGroup/SPIRV-Headers", "subdir" : "External/spirv-tools/external/spirv-headers", - "commit" : "ce309203d7eceaf908bea8862c27f3e0749f7d00" + "commit" : "02ffc719aa9f9c1dce5ce05743fb1afe6cbf17ea" } ] } From bfa64afb78017258b2056edc81bb36e1d1df7840 Mon Sep 17 00:00:00 2001 From: GregF Date: Fri, 9 Mar 2018 17:51:11 -0700 Subject: [PATCH 2/2] Increment minor version to 4 --- glslang/Public/ShaderLang.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glslang/Public/ShaderLang.h b/glslang/Public/ShaderLang.h index 67cb3baa..3d87c0f2 100644 --- a/glslang/Public/ShaderLang.h +++ b/glslang/Public/ShaderLang.h @@ -70,7 +70,7 @@ // This should always increase, as some paths to do not consume // a more major number. // It should increment by one when new functionality is added. -#define GLSLANG_MINOR_VERSION 3 +#define GLSLANG_MINOR_VERSION 4 // // Call before doing any other compiler/linker operations.