Roll ANGLE from 26bb1d6e80cb to 2ebd5100902e (12 revisions)

https://chromium.googlesource.com/angle/angle.git/+log/26bb1d6e80cb..2ebd5100902e

2022-08-12 eddiehatfield@google.com Add gl::Context as a parameter to Shader::resolveCompile
2022-08-12 penghuang@chromium.org Use angle::FlatUnorderedSet for ImageState::targets
2022-08-12 kpiddington@apple.com Translator: Fix crashes with monomorphizing loops
2022-08-11 cclao@google.com Vulkan: Never stage update for EGLImage
2022-08-11 rafael.cintron@microsoft.com Reflect TextureD3D label updates with storage object
2022-08-11 chris@rive.app Require all PLS formats to consume exactly 4 bytes of storage
2022-08-11 cclao@google.com Vulkan: Destroy fb1 should not affect fb2 with same attachments
2022-08-11 chris@rive.app Make PLS coherent on Vulkan
2022-08-11 kpiddington@apple.com Separate Struct declarations earlier
2022-08-11 syoussefi@chromium.org Presubmit: Verify ANGLE_SH_VERSION update
2022-08-11 penghuang@chromium.org Fix EGL_ANGLE_program_cache_control for eglCreateContext
2022-08-11 geofflang@google.com TestSuiteTest: Generate more unique result file names.

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: I9c86966c5f7cf4e15d366cc3ce4cea85482e4f29
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/98920
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS
index 034b902..66c9ff5 100644
--- a/DEPS
+++ b/DEPS
@@ -129,7 +129,7 @@
   },
 
   'third_party/angle': {
-    'url': '{chromium_git}/angle/angle@26bb1d6e80cb46c16696764ca6d51da72ee0d3a8',
+    'url': '{chromium_git}/angle/angle@2ebd5100902e731f4a64baa5775b9d7536760ffa',
     'condition': 'dawn_standalone',
   },