From 10bcbc9f49baab75b5546b3fe3c548c2aa558ff6 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Wed, 23 Mar 2022 02:11:24 +0000 Subject: [PATCH] Roll ANGLE from ebf4c58fa36d to 706824d837a2 (8 revisions) https://chromium.googlesource.com/angle/angle.git/+log/ebf4c58fa36d..706824d837a2 2022-03-22 ianelliott@google.com Remove "libcxx_abi_unstable" from "roll_aosp.sh" 2022-03-22 yuxinhu@google.com Vulkan: Fix invalid access with display texture share group. 2022-03-22 ynovikov@chromium.org Roll chromium_revision 3e4963702e..384f873e09 (982601:983904) 2022-03-22 ianelliott@google.com Add back Pixel 6-specific dEQP FAIL suppression 2022-03-22 syoussefi@chromium.org Vulkan: Fix invalidate of attachments with emulated format 2022-03-22 ianelliott@google.com Remove dEQP FAIL expectations for passing tests 2022-03-22 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 61b4f5b95321 to c4109411d3f3 (7 revisions) 2022-03-22 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 2f3af2452783 to 57eca9df5dc5 (1 revision) 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 jrprice@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: jrprice@google.com Change-Id: I6f526eb73ba59b34494c0e79a8dc4707847745cc Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/84321 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index dbabda3526..855ce7a866 100644 --- a/DEPS +++ b/DEPS @@ -128,7 +128,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@ebf4c58fa36def0355edfb1e315bd096ad41182a', + 'url': '{chromium_git}/angle/angle@706824d837a2dd0d2be8407d927f392ec1469781', 'condition': 'dawn_standalone', },