From 8bd09f33e1489d9f2ff5be866e1f7977688a2a1b Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Fri, 24 Feb 2023 01:12:33 +0000 Subject: [PATCH] Roll ANGLE from 389b86e7d76c to 7189e4cfe43b (12 revisions) https://chromium.googlesource.com/angle/angle.git/+log/389b86e7d76c..7189e4cfe43b 2023-02-23 hailinzhang@google.com vulkan: fix depth buffer renderpass loadOp issue. 2023-02-23 dcheng@chromium.org Define enable_safe_libcxx in build_overrides/build.gni. 2023-02-23 cnorthrop@google.com Traces: Add key frame support 2023-02-23 lexa.knyazev@gmail.com Refine sRGB mipmap generation 2023-02-23 abdolrashidi@google.com Vulkan: Use VMA suballocation for images 2023-02-23 abdolrashidi@google.com Update the common cube map texture in MipmapTest 2023-02-23 ynovikov@chromium.org Reenable GLES 1.0 conformance tests on Win/Intel 2023-02-23 ynovikov@chromium.org Keep MemoryBarrier macro defined 2023-02-23 ynovikov@chromium.org Update extension data 2023-02-23 jonahr@google.com Change enum allocation for EGL_PLATFORM_ANGLE_DISPLAY_KEY_ANGLE 2023-02-23 max@igalia.com Remove obsolete additional_readme_paths.json entries 2023-02-23 brucedawson@chromium.org Copy d3dcompiler_47.dll on ARM64 Windows builds 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,shrekshao@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: shrekshao@google.com Change-Id: If69332344363a17a67abf98c3ddbb6d105fe17c6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/121380 Commit-Queue: Dawn Autoroller Bot-Commit: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 8e612d74ff..3c424aceb0 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@389b86e7d76c7a374fcf519364cc97d1cbb5ce7a', + 'url': '{chromium_git}/angle/angle@7189e4cfe43bf0eaaba12824f24e8fa6cd78357a', 'condition': 'dawn_standalone', },