From 3f05beddc8f69466894468efd661826d15c4d90b Mon Sep 17 00:00:00 2001 From: GregF Date: Mon, 23 Jul 2018 11:57:16 -0600 Subject: [PATCH] Update spirv-tools known good Includes the following: Add Vulkan 1.1 capability sets Don't merge types of resources Remove stores of undef. Make sure the constant folder get the correct type. --- known_good.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/known_good.json b/known_good.json index 66593490..2ba977ae 100644 --- a/known_good.json +++ b/known_good.json @@ -5,14 +5,14 @@ "site" : "github", "subrepo" : "KhronosGroup/SPIRV-Tools", "subdir" : "External/spirv-tools", - "commit" : "f2c93c6e124836797311facb8449f9a0b76fefc2" + "commit" : "9ecbcf5fc87db00d3d6275522c735b5667007647" }, { "name" : "spirv-tools/external/spirv-headers", "site" : "github", "subrepo" : "KhronosGroup/SPIRV-Headers", "subdir" : "External/spirv-tools/external/spirv-headers", - "commit" : "12f8de9f04327336b699b1b80aa390ae7f9ddbf4" + "commit" : "ff684ffc6a35d2a58f0f63108877d0064ea33feb" } ] }