From 71e0f5fe4690633a2f6d14b96be477ac78a1c0db Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Wed, 15 Mar 2023 21:08:06 +0000 Subject: [PATCH] Roll ANGLE from 4982b903033b to f4e71351b3bf (6 revisions) https://chromium.googlesource.com/angle/angle.git/+log/4982b903033b..f4e71351b3bf 2023-03-15 cclao@google.com Vulkan: Switch acquireAndUpdate to use Buddy pool 2023-03-15 cclao@google.com Vulkan: Switch staging buffer to Buddy algorithm 2023-03-15 enga@chromium.org Mark the context as needing flush in TextureGL set*Image operations 2023-03-15 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 64e470f7b9b0 to 6c1ab2e36382 (3 revisions) 2023-03-15 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 6269f2d7cf86 to 46e5f8237dea (7 revisions) 2023-03-15 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from ce6a8c2bfc28 to d828200ebd12 (596 revisions) 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 angle-team+autoroll@google.com,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: I244817ee30cd14c2a1dccfbb9da9beedab15d1b1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/124342 Commit-Queue: Dawn Autoroller Bot-Commit: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index c3ef063685..3f4bbe2ec4 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@4982b903033b1d97c8f278b1a81f4471c2e1e25f', + 'url': '{chromium_git}/angle/angle@f4e71351b3bf462ab58f3d698ae1ab1355eca736', 'condition': 'dawn_standalone', },