From d673ce3ca8a8508ed398517698d45a659d79d9e1 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Fri, 30 Sep 2022 16:32:28 +0000 Subject: [PATCH] Roll ANGLE from 5a80e19b978c to 74b37bcbfb8c (9 revisions) https://chromium.googlesource.com/angle/angle.git/+log/5a80e19b978c..74b37bcbfb8c 2022-09-30 ynovikov@chromium.org Remove run_gtest_angle_test script. 2022-09-30 cnorthrop@google.com FrameCapture: Fix default uniform sampler base loc 2022-09-30 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 4dbbcd05ce72 to 666fb5f89f5a (1 revision) 2022-09-30 gert.wollny@collabora.com gl_test: add a test to capture/replay MEC with EGL images 2022-09-30 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 5c4a77844a5d to 82e52bf17d2f (602 revisions) 2022-09-30 constantine.shablya@collabora.com GL_PALETTE* sampling 2022-09-30 amaiorano@google.com Scope LogMessage debug mutex lock to avoid deadlock on ANGLE_CRASH 2022-09-30 yuxinhu@google.com Vulkan: Add more tests for attachmentless framebuffer 2022-09-30 cnorthrop@google.com Disable NV_framebuffer_blit during capture 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 amaiorano@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: amaiorano@google.com Change-Id: I24958d76072af0ffabfbaa2b99bf8eaa13428657 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/104381 Commit-Queue: Dawn Autoroller Bot-Commit: Dawn Autoroller Kokoro: Kokoro --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 163d36c6bb..68ffe492ed 100644 --- a/DEPS +++ b/DEPS @@ -129,7 +129,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@5a80e19b978c4836d00b642202f9149d4f785e91', + 'url': '{chromium_git}/angle/angle@74b37bcbfb8c43d4e1d14dfd83ed66502722cf56', 'condition': 'dawn_standalone', },