From 83189fba8be1993f138a0fb12c1c22d64ee34d60 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Fri, 27 Jan 2023 00:38:18 +0000 Subject: [PATCH] Roll ANGLE from 5e43562b5f99 to 081764c84d38 (13 revisions) https://chromium.googlesource.com/angle/angle.git/+log/5e43562b5f99..081764c84d38 2023-01-26 doremylover123@gmail.com Remove checks for A8 devices 2023-01-26 kkinnunen@apple.com Declare size_t in Constants.h by including stddef.h 2023-01-26 cclao@google.com Vulkan: Only call checkCompletedCommands if needed. 2023-01-26 cnorthrop@google.com Tests: Add Bubble Shooter and Friends trace 2023-01-26 cclao@google.com Vulkan: Make CommandProcessor::checkCompletedCommands immediate check 2023-01-26 kbr@chromium.org Add documentation for enabling Metal validation layers. 2023-01-26 lexa.knyazev@gmail.com Implement EXT_polygon_offset_clamp 2023-01-26 cclao@google.com Vulkan: Fix SharedFence::mRefCountedFence leak 2023-01-26 srisser@google.com Add GL_ARM_shader_framebuffer_fetch builtins 2023-01-26 geofflang@chromium.org Add features to dump and replace shader source. 2023-01-26 syoussefi@chromium.org Skip failing capture/replay multithreaded test 2023-01-26 romanl@google.com FrameCapture: Add blend state updates to resetCalls. 2023-01-26 ynovikov@chromium.org Revert "Add support for glShaderBinary" 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 enga@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: enga@google.com Change-Id: I59dbea6ffcc3dfdb61524fa8b32a5b876d33d9a4 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/117940 Commit-Queue: Dawn Autoroller Bot-Commit: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index df5a56afda..4cca6a6079 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@5e43562b5f993d7a253647391f5c86904ef832bc', + 'url': '{chromium_git}/angle/angle@081764c84d3830d4db4c7e855517db500634b4db', 'condition': 'dawn_standalone', },