From 0e9be588dac74f2dbec4b28904edd9d4404c8762 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Tue, 23 Nov 2021 01:01:56 +0000 Subject: [PATCH] Roll ANGLE from d781ef09f664 to 5859bb106c10 (4 revisions) https://chromium.googlesource.com/angle/angle.git/+log/d781ef09f664..5859bb106c10 2021-11-22 shrekshao@google.com Make D3D11 non instanced draw path explict 2021-11-22 yuxinhu@google.com Revert the order of texture sync and frame buffer object sync 2021-11-22 syoussefi@chromium.org Vulkan: Fix draw with emulated xfb without xfb active 2021-11-22 geofflang@google.com GL: Fix share groups for display texture sharing. 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: Id8833c813ef981b06e4bb162908e6270055664e0 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/70561 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 852e78d437..0b09dc9a53 100644 --- a/DEPS +++ b/DEPS @@ -121,7 +121,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@d781ef09f664c20dd60ddcbe08ff24f4082f5f2c', + 'url': '{chromium_git}/angle/angle@5859bb106c10929e3ee91fbddda2cb17aabd9ab1', 'condition': 'dawn_standalone', },