From 5f1d9c8dadb78f56cc53fbd51505230817ad049b Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Tue, 12 Apr 2022 05:31:21 +0000 Subject: [PATCH] Roll ANGLE from b120ab6d49f4 to eeb396535317 (12 revisions) https://chromium.googlesource.com/angle/angle.git/+log/b120ab6d49f4..eeb396535317 2022-04-12 syoussefi@chromium.org Autogenerate features 2022-04-12 gman@chromium.org Metal:remove TextureMtl::mIsPow2 2022-04-11 kkinnunen@apple.com Metal: Avoid leaking MTLDevice lists in DisplayMtl 2022-04-11 kkinnunen@apple.com Metal: Avoid leaking MTLFunctionConstantValues in ProgramMtl 2022-04-11 steven@valvesoftware.com egl_angle_ext.xml: add missing enums and typedefs 2022-04-11 jmadill@chromium.org Add error check on resuming XFB with deleted buffer. 2022-04-11 jonahr@google.com Skip BlitFramebufferTest.ScissoredMultisampleStencil 2022-04-11 steven@valvesoftware.com add GL_ANGLE_robust_resource_initialization extension to xml 2022-04-11 senorblanco@chromium.org D3D11: implement SSBOs in pixel and vertex shaders. 2022-04-11 geofflang@google.com Fix CheckedNumeric using the wrong type. 2022-04-11 penghuang@chromium.org Validate vertex attrib index against caps.maxVertexAttributes 2022-04-11 angle-autoroll@skia-public.iam.gserviceaccount.com Roll VK-GL-CTS from 6f8a7182bd26 to 20a474e64382 (14 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: I83fe10e32de913893bd129b2870db02544fb5c27 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/86501 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 33caf9db5e..68f7f6dc35 100644 --- a/DEPS +++ b/DEPS @@ -127,7 +127,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@b120ab6d49f48c9809a33ef522ce4e1eed79be22', + 'url': '{chromium_git}/angle/angle@eeb3965353178bd56a2558f3e1a71882db210fa7', 'condition': 'dawn_standalone', },