From 4af942c5f5aae698fce21f6b5afed3ef50a4abb6 Mon Sep 17 00:00:00 2001 From: skia-autoroll Date: Thu, 22 Oct 2020 04:01:06 +0000 Subject: [PATCH] Roll ANGLE from e2147a58a233 to d74754378f09 (16 revisions) https://chromium.googlesource.com/angle/angle.git/+log/e2147a58a233..d74754378f09 2020-10-22 syoussefi@chromium.org Vulkan: Support vertex attribute aliasing for matrix types 2020-10-22 cnorthrop@google.com Tests: Add FIFA Mobile trace 2020-10-21 cnorthrop@google.com Tests: Add KartRider Rush+ trace 2020-10-21 syoussefi@chromium.org Vulkan: Faster check for vertex attribute aliasing 2020-10-21 cnorthrop@google.com Tests: Add Marvel Contest of Champions trace 2020-10-21 sugoi@chromium.org Revert "Allow rendering to half float in ES2 contexts when possible" 2020-10-21 geofflang@google.com GL: Use ANGLE_GL_TRY when setting pixel pack and unpack state. 2020-10-21 sugoi@google.com Allow rendering to half float in ES2 contexts when possible 2020-10-21 geofflang@google.com Expose glGetTexLevelParameter{if}v before ES 3.1. 2020-10-21 jmadill@chromium.org Test Runner: Command line sharding args override env. 2020-10-21 jonahr@google.com Disable TransformFeedbackTest.NonExistentTransformFeedback* 2020-10-21 jonahr@google.com Add dlopen_fuchsia.h as exception in export_targets.py 2020-10-21 angle-autoroll@skia-public.iam.gserviceaccount.com Roll glslang from 3ead01191215 to ea52b3c2d270 (3 revisions) 2020-10-21 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from df17a76102df to 84f5eeb6dd9b (3 revisions) 2020-10-21 m.maiya@samsung.com Vulkan: Add OES_shader_multisample_interpolation extension 2020-10-21 cnorthrop@google.com Tests: Add Free Fire trace 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 egdaniel@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: egdaniel@google.com Test: Test: TransformFeedbackTest.NonExistentTransformFeedbackVaryingWithGLPrefix:/ES3_OpenGLTest: Test: angle_perftests --gtest_filter="*fifa_mobile*"Test: Test: angle_perftests --gtest_filter="*free_fire*"Test: Test: angle_perftests --gtest_filter="*marvel_contest_of_champions*"Test: Test: angle_perftests --gtet_filter="*kartrider_rush*" Change-Id: Idfcee8951a97ac68849a899254c0793e94784404 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/329118 Reviewed-by: skia-autoroll Commit-Queue: skia-autoroll --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 3e1f73533d..7b6d5bbd70 100644 --- a/DEPS +++ b/DEPS @@ -8,7 +8,7 @@ deps = { "buildtools" : "https://chromium.googlesource.com/chromium/buildtools.git@505de88083136eefd056e5ee4ca0f01fe9b33de8", "common" : "https://skia.googlesource.com/common.git@9737551d7a52c3db3262db5856e6bcd62c462b92", "third_party/externals/abseil-cpp" : "https://chromium.googlesource.com/external/github.com/abseil/abseil-cpp.git@b56cbdd23834a65682c0b46f367f8679e83bc894", - "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@e2147a58a2339351b140d251751eb0c3f1804767", + "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@d74754378f097731c4c968a05c52098f7b2f0850", "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 glslang and shaderc for SPIRV compilation. # When the Dawn revision is updated these should be updated from the Dawn DEPS as well.