From 94e50d425ac5e156c4c0101f868444256eec4678 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Wed, 15 Feb 2023 04:26:59 +0000 Subject: [PATCH] Roll ANGLE from 2bcf94cc0b57 to 4bb17bf11e78 (8 revisions) https://chromium.googlesource.com/angle/angle.git/+log/2bcf94cc0b57..4bb17bf11e78 2023-02-14 cnorthrop@google.com Docs: Fix Visual Studio generation step 2023-02-14 geofflang@chromium.org Metal: Implement parallel shader linking. 2023-02-14 mikes@lunarg.com Tests: Add Top War: Battle Game trace 2023-02-14 cclao@google.com Vulkan: Fix bug in EGLMultiContextTest.ReuseUnterminatedDisplay 2023-02-14 i.nazarov@samsung.com Vulkan: Minor fix when waitFor*ToBeSubmitted() may skip error. 2023-02-14 i.nazarov@samsung.com Fix bug in FixedQueue::clear() and refactoring. 2023-02-14 msisov@igalia.com [ios]: fix missing caps for D16_UNORM 2023-02-14 i.nazarov@samsung.com Vulkan: reverted back SuballocationGarbage logic. 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,bajones@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: bajones@google.com Change-Id: I5d8eb94c0c4e9db748c3f86d5f3d7077463079bf Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/119922 Kokoro: Kokoro Commit-Queue: Dawn Autoroller Bot-Commit: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index bc5a066208..603b1dd5ab 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@2bcf94cc0b577225f7b925dd0cd1ed03541e30db', + 'url': '{chromium_git}/angle/angle@4bb17bf11e781a88b835f7afb21f5cec5eb245d9', 'condition': 'dawn_standalone', },