From 7ae465f3eb27aa8e024d41f748ab2c716817ff94 Mon Sep 17 00:00:00 2001 From: Paul Thomson Date: Mon, 20 Jul 2020 16:00:08 +0100 Subject: [PATCH] Update Amber to fix regression Affects: dEQP-VK.glsl.combined_operations.* dEQP-VK.compute.basic.write_ssbo_array dEQP-VK.draw.output_location.array.* dEQP-VK.graphicsfuzz.* dEQP-VK.pipeline.vertex_only.position_to_ssbo dEQP-VK.rasterization.provoking_vertex.* dEQP-VK.rasterization.line_continuity.* dEQP-VK.spirv_assembly.* dEQP-VK.texture.conversion.* dEQP-VK.texture.multisample.* dEQP-VK.texture.subgroup_lod.* dEQP-VK.texture.texel_buffer.* Components: Vulkan VK-GL-CTS issue: 2443 Change-Id: I3c6ec1eb0ee8695468c54f95c210cc81b50a4f1a --- external/fetch_sources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/fetch_sources.py b/external/fetch_sources.py index 1184a3b..b914319 100644 --- a/external/fetch_sources.py +++ b/external/fetch_sources.py @@ -332,7 +332,7 @@ PACKAGES = [ GitRepo( "https://github.com/google/amber.git", None, - "9f59702d3ddcb08dbec261c598de2e82e8fb3936", + "a55eaad1081c63b55864d093dee8c4457428e782", "amber"), ] -- 2.7.4