From 4b260af6722f5f6b81d72afa42cf34d85420b6f4 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Wed, 16 Nov 2022 04:25:25 +0000 Subject: [PATCH] Roll ANGLE from 3e13ab1c8798 to 2fa255da8c82 (9 revisions) https://chromium.googlesource.com/angle/angle.git/+log/3e13ab1c8798..2fa255da8c82 2022-11-16 lubosz.sarnecki@collabora.com FrameCapture: Don't capture trailing zeros in shader strings. 2022-11-16 gert.wollny@collabora.com Capture/Replay: Delete buffer after test support for coherent 2022-11-15 cclao@google.com Vulkan: Flatten GarbageAndSerial class 2022-11-15 romanl@google.com Revert "Add temporary logging of gold_session.Initialize stdout." 2022-11-15 cclao@google.com Vulkan: Clean up submitFrame/submitCommands 2022-11-15 cclao@google.com Vulkan: getCommandBufferOneOff could reuse if serials are equal 2022-11-15 romanl@google.com Add gFixtures.clear() to ReleaseFixtures 2022-11-15 cnorthrop@google.com Tests: Add Minetest trace 2022-11-15 romanl@google.com Delete osWindow and eglWindow in ReleaseFixtures 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: I8f84fb5ebc631528eece8a74fb08fa775668c6ab Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/110302 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 f52b04e899..41488a7c43 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@3e13ab1c87987bd20b892edfdef25d595b104314', + 'url': '{chromium_git}/angle/angle@2fa255da8c829c4c7537401d51bc92e00f7e7a67', 'condition': 'dawn_standalone', },