Roll ANGLE from 48588bd1810d to f39e0f01aa1f (25 revisions)

https://chromium.googlesource.com/angle/angle.git/+log/48588bd1810d..f39e0f01aa1f

2020-09-22 syoussefi@chromium.org Vulkan: Use subpass to unresolve render-to-texture attachments
2020-09-21 jmadill@chromium.org Add restricted trace golden image script test.
2020-09-21 jmadill@chromium.org Trace/Replay: Reset replay after taking a screenshot.
2020-09-21 ianelliott@google.com Vulkan: Further refine invalidate for depth/stencil
2020-09-21 syoussefi@chromium.org Vulkan: Disallow loadOp=LOAD for MSRTT depth/stencil textures
2020-09-21 lehoangq@gmail.com Metal: Implement PBO.
2020-09-21 ianelliott@google.com Vulkan: Fix copy-paste error in hasCopyImageView
2020-09-21 lexa.knyazev@gmail.com Metal: Implement ASTC LDR support
2020-09-21 jmadill@chromium.org Vulkan: Optimize Attribute Change Perf (5/5)
2020-09-21 jmadill@chromium.org Fix early fragment tests optimization condition.
2020-09-21 lexa.knyazev@gmail.com Metal: Implement BPTC support
2020-09-21 ynovikov@chromium.org Skip Texture2DTest.TexStorageWithPBO on Win NVIDIA GL
2020-09-21 jmadill@chromium.org Test Runner: Fix default config grouping.
2020-09-21 jmadill@chromium.org Test Runner: Add more timeout logging.
2020-09-21 lehoangq@gmail.com Metal: Fix wrong FormatID enum order used by PBO autogen shaders.
2020-09-21 jmadill@chromium.org Test Runner: Allow empty sharding parameters.
2020-09-21 jmadill@chromium.org Remove zlib from export_target exceptions.
2020-09-21 jmadill@chromium.org Give trigger.py executable bit.
2020-09-21 jmadill@chromium.org Suppress Linux GL Compute Tests on Intel.
2020-09-21 jmadill@chromium.org Disable slow max uniform count test on D3D11/Intel.
2020-09-21 jmadill@chromium.org Rename ShaderImpl::mData to mState.
2020-09-21 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-ValidationLayers from d6935becabad to 0a863bc36554 (1 revision)
2020-09-21 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-Headers from f0e102e48197 to 7f9879b1b1fa (1 revision)
2020-09-21 angle-autoroll@skia-public.iam.gserviceaccount.com Roll glslang from 9eaa69c21c45 to 4dcc12d1a441 (1 revision)
2020-09-21 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SPIRV-Tools from 50ae4c5f4427 to 60ce96e2ff10 (2 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-skia-autoroll
Please CC csmartdalton@google.com on the revert to ensure that a human
is aware of the problem.

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/master/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
Bug: chromium:1032721
Tbr: csmartdalton@google.com
Test: Test: DrawCallPerfBenchmark.Run/vulkan_attrib_changeTest: Test: tested with trigger.py
Change-Id: Ie8179a2ae1f3ccbbbe597e35fe7dc8646eb14cf2
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/318309
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS
index 91d1a41..7ffb1d1 100644
--- a/DEPS
+++ b/DEPS
@@ -7,7 +7,7 @@
 deps = {
   "buildtools"                            : "https://chromium.googlesource.com/chromium/buildtools.git@505de88083136eefd056e5ee4ca0f01fe9b33de8",
   "common"                                : "https://skia.googlesource.com/common.git@9737551d7a52c3db3262db5856e6bcd62c462b92",
-  "third_party/externals/angle2"          : "https://chromium.googlesource.com/angle/angle.git@48588bd1810daa538e00bb003029cd7bf6efcf5d",
+  "third_party/externals/angle2"          : "https://chromium.googlesource.com/angle/angle.git@f39e0f01aa1f1336af8053c8a9de79e9cf302d7e",
   # Dawn requires jinja2 and markupsafe for the code generator, and glslang and shaderc for SPIRV compilation.
   # When the Dawn revision is updated these should be updated from the Dawn DEPS as well.
   "third_party/externals/dawn"            : "https://dawn.googlesource.com/dawn.git@52a588f3c9ba374630158cc045dfa311ed6a7584",