From ec788be8b577dfaa04b9c965a03964821b6ccef0 Mon Sep 17 00:00:00 2001 From: skia-autoroll Date: Mon, 27 Jul 2020 04:01:33 +0000 Subject: [PATCH] Roll ANGLE from df5ed61ddbca to 3f851efa2adc (5 revisions) https://chromium.googlesource.com/angle/angle.git/+log/df5ed61ddbca..3f851efa2adc 2020-07-27 syoussefi@chromium.org Vulkan: Fix overflow in maxCombinedUniformComponents 2020-07-26 jmadill@chromium.org Capture/Replay: Update headers. 2020-07-26 syoussefi@chromium.org Vulkan: Generate mipmap in compute 2020-07-25 timvp@google.com Enable KHR GLES31 tests blocked on Issue 4146 2020-07-25 timvp@google.com Remove third_party/angle/ from generate_android_bp.py 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 borenet@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: None Tbr: borenet@google.com Test: Test: KHR-GLES31.core.shader_storage_buffer_object.basic-syntaxSSOTest: Test: KHR-GLES31.core.vertex_attrib_binding.advanced-bindingUpdateTest: Test: KHR-GLES31.core.vertex_attrib_binding.advanced-largeStrideAndOffsetsNewAndLegacyAPITest: Test: Manual script execution and building in AOSP Change-Id: I0c4411b66584d8401bedf81de89148ab4cf99292 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/305928 Reviewed-by: skia-autoroll Commit-Queue: skia-autoroll --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 7d3f003ba1..769a0c88c2 100644 --- a/DEPS +++ b/DEPS @@ -7,7 +7,7 @@ vars = { 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@df5ed61ddbcab119b059e6e5bd28a049b726766a", + "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@3f851efa2adcaf4303d6d11b4612e5c46c08b661", # 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@d5a4775cfc77da29870286a217ea49e4ab3270a3",