From 0bc10eca4313355734dd3bdb9833359a17b6742c Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Wed, 26 Oct 2022 05:03:38 +0000 Subject: [PATCH] Roll ANGLE from c97edf519e93 to 53abcf15956b (5 revisions) https://chromium.googlesource.com/angle/angle.git/+log/c97edf519e93..53abcf15956b 2022-10-26 m.maiya@samsung.com Vulkan: Bug fix in supportsTimestampSurfaceAttribute 2022-10-25 gregschlom@google.com Adding a class to perform ASTC texture decompression on the CPU 2022-10-25 yuxinhu@google.com Remove dEQP suppression for tests that already passed 2022-10-25 geofflang@google.com Add flatbuffers to the tracked chromium deps. 2022-10-25 constantine.shablya@collabora.com GLES1Renderer: Handle GL_BGRA the same way we handle GL_RGBA 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 dsinclair@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: dsinclair@google.com Change-Id: I291a09dd6f367525ae94a11ae2028abeccae766f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/107200 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index fc9345422d..ee40eba912 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@c97edf519e934c09a56ac6710ca65b79b97ffecb', + 'url': '{chromium_git}/angle/angle@53abcf15956bd8d30051a96ec7e148edb7ba5739', 'condition': 'dawn_standalone', },