From b3b324c0d11cbdcfff7680f9bd4351380c784903 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Tue, 28 Jun 2022 08:36:56 +0000 Subject: [PATCH] Roll ANGLE from 8f6889a111eb to 2a5193f6ceca (9 revisions) https://chromium.googlesource.com/angle/angle.git/+log/8f6889a111eb..2a5193f6ceca 2022-06-28 cnorthrop@google.com Textures: Allow compressed texture from PBO 2022-06-28 cnorthrop@google.com Textures: Centralize texture format emulation check 2022-06-28 syoussefi@chromium.org Allow list of restricted traces to be overriden in gn args 2022-06-27 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 8fdbb85c2176 to 1bfae54dd233 (738 revisions) 2022-06-27 chris@rive.app Add a pls test for memoryless storage 2022-06-27 ynovikov@chromium.org Revert "Vulkan: Destroy DescriptorSet cache when it becomes invalid" 2022-06-27 ynovikov@chromium.org Skip CreateFramebufferFetchMidRenderPass on Win SwANGLE 2022-06-27 ynovikov@chromium.org Revert "Vulkan: Support EGL_ANDROID_front_buffer_auto_refresh" 2022-06-27 steven@valvesoftware.com Vulkan: support QCOM_shading_rate on Intel graphics If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-dawn-autoroll Please CC shrekshao@google.com on the revert to ensure that a human is aware of the problem. To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry To file a bug in Dawn: https://bugs.chromium.org/p/dawn/issues/entry To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Bug: None Tbr: shrekshao@google.com Change-Id: I68a15ed91a2d3149f8e61122c187ae2e342691ca Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/94960 Bot-Commit: Dawn Autoroller Kokoro: Kokoro Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 2d8ad4f30c..c8dd201097 100644 --- a/DEPS +++ b/DEPS @@ -129,7 +129,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@8f6889a111eb537ea47fc5ac694c344068bb2211', + 'url': '{chromium_git}/angle/angle@2a5193f6ceca4c8a7f27b324ad7da4aa60f968b3', 'condition': 'dawn_standalone', },