From ac531c3818c06cc8af6b6c2d63e6b24e54fd78db Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Fri, 4 Feb 2022 19:53:35 +0000 Subject: [PATCH] Roll ANGLE from 1608a9567b66 to 2ab8f48fead8 (8 revisions) https://chromium.googlesource.com/angle/angle.git/+log/1608a9567b66..2ab8f48fead8 2022-02-04 sergeyu@google.com Allow glCopyTexImage2D from BGRX and RGBX to GL_LUMINANCE 2022-02-04 penghuang@chromium.org Add more info in BlitFramebuffer error message 2022-02-04 j.vigil@samsung.com Fix bug in protected content validation 2022-02-04 penghuang@chromium.org Support gl internal format for creating EGLImage from VkImage 2022-02-04 ynovikov@chromium.org Fix GLES Display creation on ChromeOS when Vulkan is enabled 2022-02-04 jmadill@chromium.org Vulkan: Binding available buffer range to descriptor. 2022-02-04 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 6014f10de554 to 2b76a13c38ae (3 revisions) 2022-02-04 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 8894f7c632dd to 55ed02951fa2 (509 revisions) 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: I82d282e1ab04e478f9506f63d64f0e1dbb4ce22f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/79400 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 0e06945fb2..5d9dc088cc 100644 --- a/DEPS +++ b/DEPS @@ -128,7 +128,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@1608a9567b66c92cb346682a6e9e2aece070b181', + 'url': '{chromium_git}/angle/angle@2ab8f48fead8781f3ee8d23938e3c36c513a48f3', 'condition': 'dawn_standalone', },