From c069710fb61b3175cf7008a2e8b503af26c543fd Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Tue, 19 Apr 2022 12:43:04 +0000 Subject: [PATCH] Roll ANGLE from 866210add2f6 to dbe5b755485c (4 revisions) https://chromium.googlesource.com/angle/angle.git/+log/866210add2f6..dbe5b755485c 2022-04-19 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 1a408eb154d7 to 00e1ddd4230c (8 revisions) 2022-04-19 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from e9b55eb91cb1 to e1b5a693bbfe (303 revisions) 2022-04-19 cclao@google.com Vulkan: Call into vulkan directly for big size allocation. 2022-04-18 abdolrashidi@google.com Vulkan: Remove retains before acquireBufferHelper 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 shrekshao@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: shrekshao@google.com Change-Id: I12ee1bd15bcfe203fe06873b18a8381d0d386bef Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/87260 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 1dc3871805..d35b9e1e98 100644 --- a/DEPS +++ b/DEPS @@ -127,7 +127,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@866210add2f6a2f891306c1d3d802a558462c07b', + 'url': '{chromium_git}/angle/angle@dbe5b755485c96114c29007f558e624b704758bf', 'condition': 'dawn_standalone', },