From a671247872ee5bad65f25053c16d5e5b095b9d81 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Fri, 24 Mar 2023 00:49:53 +0000 Subject: [PATCH] Roll ANGLE from e7b7f9772384 to f2c5ce4e80da (7 revisions) https://chromium.googlesource.com/angle/angle.git/+log/e7b7f9772384..f2c5ce4e80da 2023-03-23 abdolrashidi@google.com Re-enable mutable texture upload for one context 2023-03-23 lexa.knyazev@gmail.com D3D11: Implement EXT_conservative_depth 2023-03-23 lexa.knyazev@gmail.com Metal: Implement EXT_conservative_depth 2023-03-23 ynovikov@chromium.org Start MacBook Pro AMD 2019 experiment on ANGLE bots 2023-03-23 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 379ee8599f0f to 886b2b7b32a4 (12 revisions) 2023-03-23 i.nazarov@samsung.com Vulkan: Update SharedCommandBlockPool::valid() method. 2023-03-23 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 0cc04d07ab24 to f988757e44a3 (1 revision) 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 angle-team+autoroll@google.com,jrprice@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: jrprice@google.com Change-Id: I2d312c332194b6f1470b9f415d8a7be7b7209497 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/125262 Commit-Queue: Dawn Autoroller Bot-Commit: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 6f90970efe..251da76389 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@e7b7f977238451a68a235ae2da6d40126b3a7237', + 'url': '{chromium_git}/angle/angle@f2c5ce4e80da2c6107c4b4bf9b497bb9db6a10c6', 'condition': 'dawn_standalone', },