From e4e7d44b176f3246e386bd4034ae0e0d9e045ae6 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Sat, 19 Nov 2022 03:48:36 +0000 Subject: [PATCH] Roll ANGLE from ec4245920037 to 0c0bbcf5889a (6 revisions) https://chromium.googlesource.com/angle/angle.git/+log/ec4245920037..0c0bbcf5889a 2022-11-18 cclao@google.com Revert "Vulkan: Only allocate default attribute if needed" 2022-11-18 cnorthrop@google.com Tests: Fix parameter parsing with partial matches 2022-11-18 cclao@google.com Vulkan: Remove get API for mLastCompletedQueueSerial 2022-11-18 jonahr@google.com Revert "Map AHARDWAREBUFFER_FORMAT_R8_UNORM to GL_R8" 2022-11-18 syoussefi@chromium.org Vulkan: Enable async pipeline cache sync by default 2022-11-18 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 54894332d13c to 1f4a045ca0a4 (59 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 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: I76ee0195b88a28c9725702bc8ce0c1bfaff86731 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/110880 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index fd6350c998..bfbc7b8bc3 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@ec42459200373e4fed77933f67b098ba45290f47', + 'url': '{chromium_git}/angle/angle@0c0bbcf5889aa52105a5beb5cf71c52914062f9c', 'condition': 'dawn_standalone', },