Roll ANGLE from b06606b99291 to 9e8c929e7df9 (17 revisions)

https://chromium.googlesource.com/angle/angle.git/+log/b06606b99291..9e8c929e7df9

2021-10-22 steven@valvesoftware.com FastVector: fix stack read overrun in ensure_capacity
2021-10-22 syoussefi@chromium.org Roll vulkan-deps from 59f9313742fc to f70ffc911963 (16 revisions)
2021-10-22 syoussefi@chromium.org Vulkan: Use the UNDEFINED layout for ExternalPreInitialized
2021-10-21 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 3601990474ad to af7960f051e8 (157 revisions)
2021-10-21 syoussefi@chromium.org Doc: Clarify purpose of listed build options in DevSetup.md
2021-10-21 steven@valvesoftware.com vulkan: fix read overrun in commonDebugUtilsLabel
2021-10-21 sergeyu@google.com Enable SwiftShader on Fuchsia
2021-10-21 syoussefi@chromium.org Roll Chromium from 0d66e54fc44e to 3601990474ad (437 revisions)
2021-10-21 jmadill@chromium.org Add GL_ANGLE_robust_fragment_shader_output.
2021-10-21 steven@valvesoftware.com VertexArray: on destroy, remove observer on element array buffer
2021-10-21 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 2a86d62642ce to 6683bca5f94e (1 revision)
2021-10-21 jmadill@chromium.org Remove ProgramExecutable's "isCompute" property.
2021-10-21 jmadill@chromium.org Make "isCompute" private to ProgramExecutable.
2021-10-21 jmadill@chromium.org Pass command type down to ContextImpl::syncState.
2021-10-21 gert.wollny@collabora.com Capture/Replay: capture some ProgramPipeline parameters
2021-10-21 gert.wollny@collabora.com Capture/Replay: Allow capturing Gen/Delete with zero elements
2021-10-21 gert.wollny@collabora.com Capture/Replay: capture program with ActiveShaderProgram too

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/angle-skia-autoroll
Please CC jcgregorio@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 Skia: https://bugs.chromium.org/p/skia/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

Cq-Include-Trybots: skia/skia.primary:Build-Debian10-Clang-x86_64-Release-ANGLE;skia/skia.primary:Test-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia/skia.primary:Test-Win10-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-ANGLE;skia/skia.primary:Test-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE;skia/skia.primary:Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia/skia.primary:Test-Win10-Clang-NUC8i5BEK-GPU-IntelIris655-x86_64-Debug-All-ANGLE;skia/skia.primary:Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE
Tbr: jcgregorio@google.com
Change-Id: Ic14caef122ffaa1a354f95c78f01c76ca8731600
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/462577
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS
index 767dc64..e86bc2a 100644
--- a/DEPS
+++ b/DEPS
@@ -11,7 +11,7 @@
 
 deps = {
   "buildtools"                            : "https://chromium.googlesource.com/chromium/buildtools.git@505de88083136eefd056e5ee4ca0f01fe9b33de8",
-  "third_party/externals/angle2"          : "https://chromium.googlesource.com/angle/angle.git@b06606b992914f229fd6157ba10014f9b81ac5c4",
+  "third_party/externals/angle2"          : "https://chromium.googlesource.com/angle/angle.git@9e8c929e7df9889ba9f40eeb52f569716cbd1a6b",
   "third_party/externals/brotli"          : "https://skia.googlesource.com/external/github.com/google/brotli.git@e61745a6b7add50d380cfd7d3883dd6c62fc2c71",
   "third_party/externals/d3d12allocator"  : "https://skia.googlesource.com/external/github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator.git@169895d529dfce00390a20e69c2f516066fe7a3b",
   # Dawn requires jinja2 and markupsafe for the code generator, tint for SPIRV compilation, and abseil for string formatting.