From 3053ff2fa6b96cb3fc93e0170aa5e97f0740391c Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Tue, 9 Nov 2021 05:25:10 +0000 Subject: [PATCH] Roll ANGLE from 0e20c68092c6 to 5c16f77b945d (2 revisions) https://chromium.googlesource.com/angle/angle.git/+log/0e20c68092c6..5c16f77b945d 2021-11-09 timvp@google.com Vulkan: Add flushCommandsAndEndRenderPassWithoutQueueSubmit() 2021-11-09 timvp@google.com Vulkan: Use optimalBufferCopyOffsetAlignment 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 sarahmashay@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: sarahmashay@google.com Change-Id: I49a4fd3cb771ff95ddc1e9e7eea8739da4aff660 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/68744 Reviewed-by: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 58668b3434..994c1eefa4 100644 --- a/DEPS +++ b/DEPS @@ -121,7 +121,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@0e20c68092c68367c9b42c0e74ee592183d44c29', + 'url': '{chromium_git}/angle/angle@5c16f77b945d6d4e014b5edf3d4c5b41b5d13b5f', 'condition': 'dawn_standalone', },