From 7df98007abd651f72944ed13f5b5d95f4605b22a Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Thu, 17 Nov 2022 10:08:59 +0000 Subject: [PATCH] Roll ANGLE from 3f9223b265d5 to c3bad4b3287b (7 revisions) https://chromium.googlesource.com/angle/angle.git/+log/3f9223b265d5..c3bad4b3287b 2022-11-17 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 734d0d44bb67 to 2c9d51705f3b (582 revisions) 2022-11-17 enga@google.com Revert "Metal: Skip disabled draw buffers" 2022-11-17 xinghua.cao@intel.com Fix a document error 2022-11-16 syoussefi@chromium.org Make BitSetT::Mask return a bit set 2022-11-16 romanl@google.com Lock gpu clocks using nvidia-smi to avoid overheating 2022-11-16 syoussefi@chromium.org Vulkan: `const` render passes 2022-11-16 syoussefi@chromium.org Vulkan: Limit logicOp dynamic state workaround to old mesa 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: I05f1868a2b75664fc54fb2dab6d1a9465c1d99a6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/110450 Bot-Commit: Dawn Autoroller Kokoro: Kokoro Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 08f24fc95d..67f9d68ae8 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@3f9223b265d5a13b3df736758915d2102c1aade4', + 'url': '{chromium_git}/angle/angle@c3bad4b3287b69c373bb5d1c16d849f779db5014', 'condition': 'dawn_standalone', },