From 4e40f0ed594d6849eb33024a0af0e7d4364ba5cb Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Wed, 21 Sep 2022 11:03:22 +0000 Subject: [PATCH] Roll ANGLE from 7353de23153a to bc33b1584ff3 (13 revisions) https://chromium.googlesource.com/angle/angle.git/+log/7353de23153a..bc33b1584ff3 2022-09-21 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from a34a3f07bf17 to 2c406fc99b42 (426 revisions) 2022-09-21 syoussefi@chromium.org GLES1: Implement logic op through framebuffer fetch 2022-09-21 cnorthrop@google.com FrameCapture: Ignore GetActiveAttrib 2022-09-21 cnorthrop@google.com FrameCapture: Improve renderbuffer reset 2022-09-21 constantine.shablya@collabora.com Add GLES 1.x lighting tests 2022-09-21 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from c8b930c34ad9 to d9371f187fcc (1 revision) 2022-09-21 djg@apple.com EGL: Implement ANGLE_metal_shared_event_sync on metal 2022-09-21 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from fc6a5c804833 to c8b930c34ad9 (1 revision) 2022-09-21 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 3811e73c4b6f to fc6a5c804833 (1 revision) 2022-09-20 penghuang@chromium.org Handle Mesa llvmpipe in GetSystemInfoVulkanWithICD 2022-09-20 syoussefi@chromium.org GLES1: Fix Fog rendering 2022-09-20 j.vigil@samsung.com Vulkan: Fix native ID for GBM configs 2022-09-20 syoussefi@chromium.org GLES1: Implement logic op through ANGLE_logic_op 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 bclayton@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: bclayton@google.com Change-Id: I266f47bf85224357aac26f1fd1f0bcd34f0febf5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/103180 Commit-Queue: Dawn Autoroller Kokoro: Kokoro Bot-Commit: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 494a6d7e65..980e37cbc1 100644 --- a/DEPS +++ b/DEPS @@ -129,7 +129,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@7353de23153aa40539bb70dcc539da8fc6bd08ce', + 'url': '{chromium_git}/angle/angle@bc33b1584ff3073e68702ccf0f2072e1304b7fe2', 'condition': 'dawn_standalone', },