From 2c36bc628cd1faef671c73bdf2f0853b9f11ca3a Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Fri, 12 Aug 2022 03:30:22 +0000 Subject: [PATCH] Roll ANGLE from 26bb1d6e80cb to 2ebd5100902e (12 revisions) https://chromium.googlesource.com/angle/angle.git/+log/26bb1d6e80cb..2ebd5100902e 2022-08-12 eddiehatfield@google.com Add gl::Context as a parameter to Shader::resolveCompile 2022-08-12 penghuang@chromium.org Use angle::FlatUnorderedSet for ImageState::targets 2022-08-12 kpiddington@apple.com Translator: Fix crashes with monomorphizing loops 2022-08-11 cclao@google.com Vulkan: Never stage update for EGLImage 2022-08-11 rafael.cintron@microsoft.com Reflect TextureD3D label updates with storage object 2022-08-11 chris@rive.app Require all PLS formats to consume exactly 4 bytes of storage 2022-08-11 cclao@google.com Vulkan: Destroy fb1 should not affect fb2 with same attachments 2022-08-11 chris@rive.app Make PLS coherent on Vulkan 2022-08-11 kpiddington@apple.com Separate Struct declarations earlier 2022-08-11 syoussefi@chromium.org Presubmit: Verify ANGLE_SH_VERSION update 2022-08-11 penghuang@chromium.org Fix EGL_ANGLE_program_cache_control for eglCreateContext 2022-08-11 geofflang@google.com TestSuiteTest: Generate more unique result file names. 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 cwallez@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: cwallez@google.com Change-Id: I9c86966c5f7cf4e15d366cc3ce4cea85482e4f29 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/98920 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 034b90201b..66c9ff5828 100644 --- a/DEPS +++ b/DEPS @@ -129,7 +129,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@26bb1d6e80cb46c16696764ca6d51da72ee0d3a8', + 'url': '{chromium_git}/angle/angle@2ebd5100902e731f4a64baa5775b9d7536760ffa', 'condition': 'dawn_standalone', },