From 2bb63eb266c857b35d1aa824e4106b0480e5f83e Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Sat, 19 Mar 2022 06:36:38 +0000 Subject: [PATCH] Roll ANGLE from 3a529ce245d0 to 9637185c3dbf (8 revisions) https://chromium.googlesource.com/angle/angle.git/+log/3a529ce245d0..9637185c3dbf 2022-03-19 kkinnunen@apple.com Add ForceGPUSwitch to EGL_ANGLE_power_preference 2022-03-19 lexa.knyazev@gmail.com Metal: Implement ANGLE_base_vertex_base_instance 2022-03-18 syoussefi@chromium.org Test RGB invalidate with user FBOs 2022-03-18 constantine.shablya@collabora.com Vulkan: Implement EGL_KHR_partial_update 2022-03-18 syoussefi@chromium.org Vulkan: Refactor D/S usage tracking in render pass 2022-03-18 jmadill@chromium.org Vulkan: Ignore VUID-vkCmdDraw-None-06538. 2022-03-18 syoussefi@chromium.org Vulkan: Expose advanced blend for non-coherent devices as well 2022-03-18 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from d01dca1d18d0 to 341ad7e57a3c (2 revisions) 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 enga@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: enga@google.com Change-Id: I160d06310e5c7e2f5a7332ff3b10eae09c506325 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/84081 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index ae25308b91..955a47b226 100644 --- a/DEPS +++ b/DEPS @@ -128,7 +128,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@3a529ce245d0ca45fa8e85491a26ec7825aa7c92', + 'url': '{chromium_git}/angle/angle@9637185c3dbfbee45c4d231c71ca300fd8335760', 'condition': 'dawn_standalone', },