From 860d9212d8741c996bd9b6ecf6835600ac82540c Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Tue, 31 Jan 2023 16:55:25 +0000 Subject: [PATCH] Roll ANGLE from 786d237f39f1 to ce8ce6f81eff (4 revisions) https://chromium.googlesource.com/angle/angle.git/+log/786d237f39f1..ce8ce6f81eff 2023-01-31 kkinnunen@apple.com Remove ASSERT from AtomicSerial, use static_assert 2023-01-31 olv@google.com Vulkan: prefer D24_UNORM_X8_UINT as D32_UNORM fallback 2023-01-31 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from be674ea25e15 to 30323acb3089 (14 revisions) 2023-01-31 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from aae98adc2222 to d25c7a174ad7 (3 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 alanbaker@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: alanbaker@google.com Change-Id: I5e1c1b8efb848daf377eb97d8cccb2d5b01ec1ef Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/118120 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index eb2913844d..4fe4f19ed3 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@786d237f39f1ea0d85781c039d4218fcd2679156', + 'url': '{chromium_git}/angle/angle@ce8ce6f81eff8a84e2ea59930cb995b1107181e2', 'condition': 'dawn_standalone', },