From 9ba9e6ea871b165bf5e7302d8477ae2cf2862d99 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Thu, 6 Oct 2022 21:32:32 +0000 Subject: [PATCH] Roll ANGLE from 13195f8a9000 to c19ec9481a70 (8 revisions) https://chromium.googlesource.com/angle/angle.git/+log/13195f8a9000..c19ec9481a70 2022-10-06 abdolrashidi@google.com Vulkan: Implement imageless framebuffers 2022-10-06 jmadill@chromium.org Vulkan: Ensure we sync the draw FB before beingQuery. 2022-10-06 chris@rive.app Implement PLS on Apple Silicon 2022-10-06 jmadill@chromium.org Perf Tests: Use specified trial time for warmup. 2022-10-06 robert.mader@collabora.com Reland "EGL: Implement EGL_EXT_image_dma_buf_import_modifiers" 2022-10-06 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from a93889caf313 to 7d797ec7d6bb (9 revisions) 2022-10-06 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 3d7faaa40575 to 2b155acd6a90 (3 revisions) 2022-10-06 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from cbf7ac747397 to 7903a06a3c9a (479 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 kainino@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: kainino@google.com Change-Id: I249853a3b7af2df3b6d69eb632b5a27913f80fcf Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/104783 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller Kokoro: Kokoro --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index d37f0f28cb..a5f946075b 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@13195f8a9000e7e709b0127883af679a1898b421', + 'url': '{chromium_git}/angle/angle@c19ec9481a70f42fea14c908361460ac0f4a3557', 'condition': 'dawn_standalone', },