From: Paul Thomson Date: Mon, 20 Jul 2020 15:00:08 +0000 (+0100) Subject: Update Amber to fix regression X-Git-Tag: upstream/1.3.5~1291 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7ae465f3eb27aa8e024d41f748ab2c716817ff94;p=platform%2Fupstream%2FVK-GL-CTS.git 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 --- 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"), ]