From 87b0ccb4972385364b4d6d66a167f72053c2e345 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Thu, 16 Feb 2023 07:00:42 +0000 Subject: [PATCH] Roll ANGLE from 31d576ca3290 to 13e8dabc47af (6 revisions) https://chromium.googlesource.com/angle/angle.git/+log/31d576ca3290..13e8dabc47af 2023-02-15 jonahr@google.com Add EGL_PLATFORM_ANGLE_DISPLAY_KEY_ANGLE 2023-02-15 cclao@google.com Vulkan: Clean up CommandProcessor mutex name 2023-02-15 yuxinhu@google.com Fix dEQP-EGL.functional.mutable_render_buffer#basic 2023-02-15 brucedawson@chromium.org Remove d3dcompiler_old.dll references 2023-02-15 gert.wollny@collabora.com Capture/Replay: Add and handle new resource type for EGLSync 2023-02-15 i.nazarov@samsung.com Fixed bugs in "FastVector" class. 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,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: I6d4b5ec8365bed9aeacbf27e54a664beae3d2bca Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/120140 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller Kokoro: Kokoro --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index ace1b3a916..081b912410 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@31d576ca3290bb6147705648039d2d34daa85a53', + 'url': '{chromium_git}/angle/angle@13e8dabc47afc18876b743293ae6ef50caff353f', 'condition': 'dawn_standalone', },