From b940efc47e7da3d22134e445a78aa7a4f7390aeb Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Mon, 8 Aug 2022 19:17:40 +0000 Subject: [PATCH] Roll ANGLE from ae0bb74164ba to 5b7b7f9b0323 (7 revisions) https://chromium.googlesource.com/angle/angle.git/+log/ae0bb74164ba..5b7b7f9b0323 2022-08-08 ianelliott@google.com Document how to roll VMA for ANGLE 2022-08-08 angle-autoroll@skia-public.iam.gserviceaccount.com Roll VK-GL-CTS from 0170b4a25e36 to eaf78cbfdaed (4 revisions) 2022-08-08 romanl@google.com Converge run wrappers into angle_test_util.RunTestSuite 2022-08-08 penghuang@chromium.org Replace std::vector with angle::FixedVector in FramebufferState. 2022-08-08 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from fa6a3bcb6169 to 4b211a6a98e6 (8 revisions) 2022-08-08 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 5dde4351e359 to 199441d23d93 (45 revisions) 2022-08-08 penghuang@chromium.org Use angle::FlatUnorderedMap as storage for AttributMap 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 cwallez@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: cwallez@google.com Change-Id: Id5ce2275294c3a5a1ff66b0e3d11d96186bd24c8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/98500 Commit-Queue: Dawn Autoroller Bot-Commit: Dawn Autoroller Kokoro: Kokoro --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 945f2ed486..af3de87947 100644 --- a/DEPS +++ b/DEPS @@ -129,7 +129,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@ae0bb74164ba7a557e9f4f108243f4a090a56685', + 'url': '{chromium_git}/angle/angle@5b7b7f9b0323bf391bd6bf4e4f671d5b63253976', 'condition': 'dawn_standalone', },