From d45b6a3df9fc05f5847b2fd7d7ffe2b96f14ab7a Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Tue, 1 Mar 2022 12:23:09 +0000 Subject: [PATCH] Roll ANGLE from 802e0d4db24c to 5118002e7657 (9 revisions) https://chromium.googlesource.com/angle/angle.git/+log/802e0d4db24c..5118002e7657 2022-03-01 gert.wollny@collabora.com Capture/Replay: test and handle texture gen-on-bind 2022-03-01 gert.wollny@collabora.com Capture/Replay: test and handle renderbuffer gen-on-bind 2022-03-01 gert.wollny@collabora.com Capture/Replay: test and handle buffer gen-on-bind 2022-03-01 gert.wollny@collabora.com Capture/Replay: enable running GLES 3.2 tests with script 2022-03-01 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 5feb16fcf80f to 4f52dd6c4de1 (446 revisions) 2022-03-01 gert.wollny@collabora.com Capture/Replay: atomic counter buffer limits are shader specific 2022-03-01 timvp@google.com Revert "Vulkan: Move mid-RP color clear to loadOp if content undefined" 2022-03-01 cnorthrop@google.com Capture/Replay: Merge Deletes in Reset 2022-02-28 timvp@google.com Vulkan: Move mid-RP color clear to loadOp if content undefined 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: Ic0ee25e06ed0e3e15b8b3e85c7e236406da50ae2 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/82261 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index c3b69203b3..b8fc25da1c 100644 --- a/DEPS +++ b/DEPS @@ -128,7 +128,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@802e0d4db24c65f3cc24401f74abc65c480cdbe0', + 'url': '{chromium_git}/angle/angle@5118002e7657d2cd0938abfb8010dea17c6be184', 'condition': 'dawn_standalone', },