From 3805671ce842b90b5c8dd25288a46fd15d997d4a Mon Sep 17 00:00:00 2001 From: David Neto Date: Tue, 15 Dec 2020 12:09:50 -0500 Subject: [PATCH] Update known_good, pick up ImageRead result validation Pick up https://github.com/KhronosGroup/SPIRV-Tools/pull/4072 which validates the result type of OpImageRead. This also requires test expectation updates. See #2486 tracks the needed upate to Glslang code generation. --- known_good.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/known_good.json b/known_good.json index 65d4376d..a01735ba 100644 --- a/known_good.json +++ b/known_good.json @@ -5,7 +5,7 @@ "site" : "github", "subrepo" : "KhronosGroup/SPIRV-Tools", "subdir" : "External/spirv-tools", - "commit" : "b27b1afd12d05bf238ac7368bb49de73cd620a8e" + "commit" : "ad898cb9498c65cac7c5b6f9ebddb610bd0852ad" }, { "name" : "spirv-tools/external/spirv-headers",