From e59fea574f07bdaeb8f845b4d584062d84f697b4 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Tue, 7 Feb 2023 00:27:02 +0000 Subject: [PATCH] Roll ANGLE from db8396fad855 to 3e5b36e4e04f (6 revisions) https://chromium.googlesource.com/angle/angle.git/+log/db8396fad855..3e5b36e4e04f 2023-02-06 cclao@google.com Vulkan: ContextVk::finishImpl only wait for context's serial 2023-02-06 i.nazarov@samsung.com Vulkan: Cleanup shared ring buffer cmd alloc feature. 2023-02-06 cclao@google.com Vulkan: Make Context::mLastSubmittedSerial to QueueSerial 2023-02-06 yuxinhu@google.com Add temp gn_response_file to $(genDir) directory in Android build 2023-02-06 m.maiya@samsung.com Vulkan: Bug fix in flushDescriptorSetUpdates(...) 2023-02-06 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 525984c7fd54 to 57f61361acfb (2 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,rharrison@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: rharrison@google.com Change-Id: Iecdec2027bfc8ef7712d225dd70942546fd601e7 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/118921 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller Kokoro: Kokoro --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index bbda4960b3..8009d942ec 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@db8396fad855a948fd547d638df417a07ed9ba92', + 'url': '{chromium_git}/angle/angle@3e5b36e4e04fe6c84ab2ed77c1e8f23288a31295', 'condition': 'dawn_standalone', },