From 5f4842e3587d53eb8ea80a7ad3bdde5417b40e3d Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Thu, 4 May 2023 20:15:19 +0000 Subject: [PATCH] Roll ANGLE from cd171d2ef3ca to fbff065cdeb6 (5 revisions) https://chromium.googlesource.com/angle/angle.git/+log/cd171d2ef3ca..fbff065cdeb6 2023-05-04 junov@chromium.org Replace GetResourceFromHashSet with map lookup 2023-05-04 syoussefi@chromium.org Vulkan: Make eglPrepareSwapBuffersANGLE thread-safe 2023-05-04 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 94976560d112 to 446f1da0d121 (11 revisions) 2023-05-04 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from b89ed2f23a03 to ecefa6c65969 (1 revision) 2023-05-04 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 70803179b4b8 to becaac9672a0 (552 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 alanbaker@google.com,angle-team+autoroll@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: alanbaker@google.com Change-Id: I5bc27fcedb2361334ddd2602d10c1db605c2ecc2 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/131640 Commit-Queue: Dawn Autoroller Kokoro: Kokoro Bot-Commit: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index e7e741efdb..36220c68e4 100644 --- a/DEPS +++ b/DEPS @@ -136,7 +136,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@cd171d2ef3ca5a04fbce8b999ce4af148dfbe0f0', + 'url': '{chromium_git}/angle/angle@fbff065cdeb698370fd063a9b033b86cf5780fdd', 'condition': 'dawn_standalone', },