From 1ad22d5de1309d1b9819611b7a3149ca1a7c87c1 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Sat, 23 Apr 2022 00:31:37 +0000 Subject: [PATCH] Roll ANGLE from 8f56edfdd361 to 158951600b6e (10 revisions) https://chromium.googlesource.com/angle/angle.git/+log/8f56edfdd361..158951600b6e 2022-04-22 kkinnunen@apple.com Avoid leaking gl::Framebuffers in gl::Context 2022-04-22 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 158676f39f3b to 01fd48aca427 (13 revisions) 2022-04-22 ianelliott@google.com Further expand Vulkan end2end_test skip 2022-04-22 romanl@google.com Use _FindAdb (cached) directly instead of Adb wrapper. 2022-04-22 romanl@google.com Switch py_utils import to pathlib. 2022-04-22 ianelliott@google.com Suppress VVL UNASSIGNED-BestPractices-SemaphoreCount 2022-04-22 jmadill@chromium.org Revert "Vulkan: Cache ImageView serials on texture changes." 2022-04-22 cclao@google.com Vulkan: Add feature avoid HOST_VISIBLE and DEVICE_LOCAL combination 2022-04-22 romanl@google.com Fall back to adb on PATH if platform-tools not present. 2022-04-22 jmadill@chromium.org Track Surface color & depth/stencil init separately. 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 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: Ia3a203170184cdb7e6bad8dba55ba44edec7e2ca Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/87740 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 3c767949e5..222fa6918c 100644 --- a/DEPS +++ b/DEPS @@ -127,7 +127,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@8f56edfdd36129a65fd73856de8bf23379745f52', + 'url': '{chromium_git}/angle/angle@158951600b6efcb996c379e8241df61caca0be9d', 'condition': 'dawn_standalone', },