From d018972a88c302770ace7059a44204a5459d137f Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Tue, 18 Apr 2023 19:40:58 +0000 Subject: [PATCH] Roll ANGLE from 2f19bb746c6c to 3b57e99923ae (9 revisions) https://chromium.googlesource.com/angle/angle.git/+log/2f19bb746c6c..3b57e99923ae 2023-04-18 syoussefi@chromium.org Scope global lock in entry points 2023-04-18 sky@chromium.org Adds features to enable loading/saving metallibs to blobcache 2023-04-18 lexa.knyazev@gmail.com GL: Enable OES_shader_multisample_interpolation 2023-04-18 msisov@igalia.com metal: allow unequal size attachments. 2023-04-18 hob@chromium.org Use MESA variant of glFramebufferParameteri if possible 2023-04-18 sky@chromium.org Removes UNREACHABLE in display initialization 2023-04-18 fangzhoug@chromium.org GL: Extend Qualcomm driver workarounds beyond Android 2023-04-18 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 174e65e85901 to e81a1152c10c (1 revision) 2023-04-18 chris@rive.app Finalize PLS support for non-2D texture types 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,lokokung@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: lokokung@google.com Change-Id: I0ac9232539ab6c0c42db2aee7d1af1c03ec1088d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/127860 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 46a1867a0c..3acd1180ff 100644 --- a/DEPS +++ b/DEPS @@ -136,7 +136,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@2f19bb746c6c9a1b2d17c6bfacf2ad4decdb00bd', + 'url': '{chromium_git}/angle/angle@3b57e99923ae9659ab584b9dda21b44979849dd1', 'condition': 'dawn_standalone', },