From 100079422340279bb8f09070659b940bbc38f26e Mon Sep 17 00:00:00 2001 From: skia-autoroll Date: Thu, 5 Aug 2021 04:01:32 +0000 Subject: [PATCH] Roll ANGLE from 35bdaf8dc485 to 9da4e52b5bb6 (13 revisions) https://chromium.googlesource.com/angle/angle.git/+log/35bdaf8dc485..9da4e52b5bb6 2021-08-05 cnorthrop@google.com Tests: Add PUBG Mobile battle royale trace 2021-08-04 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 0b6b7ef9940d to 9177048d3b1a (237 revisions) 2021-08-04 ynovikov@chromium.org Roll googletest 2021-08-04 syoussefi@chromium.org Remove support for WEBGL_debug_shader_precision 2021-08-04 cnorthrop@google.com Tests: Add PUBG Mobile skydive trace 2021-08-04 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from b3e57670ca16 to 0b6b7ef9940d (588 revisions) 2021-08-04 syoussefi@chromium.org Reland "Reland "GL: Fix GPU detection"" 2021-08-04 syoussefi@chromium.org GL: Remove the rewriteVectorScalarArithmetic workaround 2021-08-04 syoussefi@chromium.org Revert "Reland "GL: Fix GPU detection"" 2021-08-04 ggabu423@gmail.com D3D11: Add validation for storages size in updateBufferStorage 2021-08-04 b.schade@samsung.com Vulkan: Add support for EXT_primitive_bounding_box 2021-08-04 jmadill@chromium.org Perf Bots: Upload proper build URL. 2021-08-04 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from dcfc0a6e2d84 to d4483095765e (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 nifong@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/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: nifong@google.com Test: Test: angle_perftests --gtest_filter="*pubg_mobile_battle_royale" Test: Test: angle_perftests --gtest_filter="*pubg_mobile_skydive" Test: Test: dEQP-GLES31.functional.primitive_bounding_box.* Change-Id: I9d05938551130e9ce41581c0784bf5b6d0083804 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/436667 Reviewed-by: skia-autoroll Commit-Queue: skia-autoroll --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 89fcf0f3bb..5208d28898 100644 --- a/DEPS +++ b/DEPS @@ -11,7 +11,7 @@ vars = { deps = { "buildtools" : "https://chromium.googlesource.com/chromium/buildtools.git@505de88083136eefd056e5ee4ca0f01fe9b33de8", - "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@35bdaf8dc48511b2a44bba188c05978e42b64e9a", + "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@9da4e52b5bb60aaf031cda9d00107c3d879db96e", "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, and tint for SPIRV compilation.