From d65a4cfd7e861329ba5f6b7b5b919b2aa53b9411 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Tue, 29 Nov 2022 06:39:11 +0000 Subject: [PATCH] Roll ANGLE from 3cfdb1918552 to 000b3bfa32ca (4 revisions) https://chromium.googlesource.com/angle/angle.git/+log/3cfdb1918552..000b3bfa32ca 2022-11-29 cclao@google.com Vulkan: Init mLast***Serials from CommandQueue::initialize 2022-11-29 syoussefi@chromium.org Vulkan: Pipeline graph dump vs pipeline libraries 2022-11-28 natsu@google.com Update enabled instance extenion handling 2022-11-28 lexa.knyazev@gmail.com Fix expected texture target for 3D blocks 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 dsinclair@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: dsinclair@google.com Change-Id: I2336b87d8e8ea2929cd0dec4d906c9882eedc802 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/112200 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 9dae430159..0336c6ec91 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@3cfdb191855269619509cbd1d0ec8a2e189eee01', + 'url': '{chromium_git}/angle/angle@000b3bfa32cafa9170abee4a12f6fdc8914678c7', 'condition': 'dawn_standalone', },