From 66441d4ea0facf35e79fda68734cdbd44cc7e0f3 Mon Sep 17 00:00:00 2001 From: skia-autoroll Date: Wed, 12 May 2021 20:23:09 +0000 Subject: [PATCH] Roll ANGLE from 930db294639d to 25b53ceb65b7 (18 revisions) https://chromium.googlesource.com/angle/angle.git/+log/930db294639d..25b53ceb65b7 2021-05-12 gert.wollny@collabora.com Revert "Change to module directory when loading swiftshader ICD." 2021-05-12 jmadill@chromium.org Test Runner: Handle skipped gtests. 2021-05-12 lubosz.sarnecki@collabora.com Tests: Add Dr. Driving trace. 2021-05-12 lubosz.sarnecki@collabora.com FrameCapture: Use gl*Separate functions only when required. 2021-05-12 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from dcb33711bd4b to be169ef35238 (1 revision) 2021-05-12 lubosz.sarnecki@collabora.com Tests: Add Summoners War trace. 2021-05-12 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from fff9d6fb8ddf to 3fb708290557 (495 revisions) 2021-05-12 angle-autoroll@skia-public.iam.gserviceaccount.com Roll VK-GL-CTS from dab93ea8f88c to 6498f4042d9f (9 revisions) 2021-05-11 ynovikov@chromium.org Follow up on Vulkan headers update to 1.2.177 2021-05-11 jplate@google.com Refactor CL platform object 2021-05-11 jplate@google.com Implement CL device object for front end and passthrough 2021-05-11 j.vigil@samsung.com EGL: setup extension EGL_EXT_protected_content 2021-05-11 jmadill@chromium.org infra: Switch Android ARM64 bots to compile-and-test. 2021-05-11 lubosz.sarnecki@collabora.com FrameCapture: Capture GLES1 specific states. 2021-05-11 cclao@google.com Vulkan: set DS layout before using it in the endRenderPass 2021-05-11 jmadill@chromium.org infra: Remove old TODO. 2021-05-11 timvp@google.com Suppress MultithreadingTest.MultiContextClear on Linux+Nvidia 2021-05-11 jonahr@google.com Change to module directory when loading swiftshader ICD. 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 robertphillips@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 Tbr: robertphillips@google.com Test: Test: angle_perftests --gtest_filter="*dr_driving*" Test: Test: angle_perftests --gtest_filter="*summoners_war*" Change-Id: I11bc93e5bfb59514ec06210a37a58cfd19109de3 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/407759 Reviewed-by: skia-autoroll Commit-Queue: skia-autoroll --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index cff442dcee..a769f6fdae 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@930db294639dc67d0c971029c290cf819b731aa9", + "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@25b53ceb65b767b99b264ba0ac3cadb120591a81", "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.