From 5dee0a27e0d2306541f4a6214b75c8f405e99ac4 Mon Sep 17 00:00:00 2001 From: skia-autoroll Date: Mon, 10 Jan 2022 04:01:56 +0000 Subject: [PATCH] Roll ANGLE from 2ebdd23b6040 to acd8fc76b212 (22 revisions) https://chromium.googlesource.com/angle/angle.git/+log/2ebdd23b6040..acd8fc76b212 2022-01-08 syoussefi@chromium.org Vulkan: Distinguish RP and outside-RP command buffer types 2022-01-08 timvp@google.com Tests: Add Angry Birds 2 launch trace 2022-01-07 syoussefi@chromium.org Translator: Clean up spec const / driver uniform types 2022-01-07 bsheedy@chromium.org Update Mac goldctl 2022-01-07 ynovikov@chromium.org Add standalone ANGLE Mac AMD experimental bot 2022-01-07 ynovikov@chromium.org Cleanup after iOS build fixes 2022-01-07 jmadill@chromium.org infra: Add TSAN and UBSAN tests to CQ. 2022-01-07 jmadill@chromium.org Suppress failing test on Vulkan/Intel/Linux. 2022-01-07 cclao@google.com Vulkan: Remove std::unique_ptr usage from BufferVk::mBuffer 2022-01-07 jmadill@chromium.org Broaden TSAN EGL multithread suppression. 2022-01-07 cnorthrop@google.com Vulkan: Turn on GL_EXT_shader_framebuffer_fetch for ARM 2022-01-07 jmadill@chromium.org Revert "Frontend: separate lock in swap prep" 2022-01-07 m.maiya@samsung.com Fix typo in EGLPrintInfo end2end Test 2022-01-07 timvp@google.com Capture/Replay: Reset FBOs, RBOs, VAOs 2022-01-07 jmadill@chromium.org Fix TSAN suppressions. 2022-01-07 lfy@google.com Frontend: separate lock in swap prep 2022-01-07 jmadill@chromium.org Test Expectations: Use file order as override priority. 2022-01-07 lubosz.sarnecki@collabora.com tests/EGLProtectedContentTest: Add QueryContext test. 2022-01-07 lexa.knyazev@gmail.com Update freetype-py wheel 2022-01-07 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 0b901607cad4 to b57a3aaee927 (1 revision) 2022-01-07 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 09edcd7c680b to 57e7495dc76d (27 revisions) 2022-01-07 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 8712e27d7e28 to b91f3880e3ec (349 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 scroggo@google.com on the revert to ensure that a human is aware of the problem. To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry 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: scroggo@google.com Test: Test: EGLPrintEGLinfoTest.PrintEGLInfo Test: Test: TracePerfTest.Run/*_angry_birds_2_launch Test: Test: angle_end2end_tests --gtest_filter="EGLProtectedContentTest.QueryContext*" Change-Id: I47b50d362bc044d2e5d26ebd591cb421d6489167 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/492798 Commit-Queue: skia-autoroll Bot-Commit: skia-autoroll --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index aafd5e6703..cc54b2019e 100644 --- a/DEPS +++ b/DEPS @@ -11,7 +11,7 @@ vars = { deps = { "buildtools" : "https://chromium.googlesource.com/chromium/src/buildtools.git@b138e6ce86ae843c42a1a08f37903207bebcca75", - "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@2ebdd23b6040c122b8e700458b8a21f53496b8cf", + "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@acd8fc76b212c1e8e8cc6c68c8be1de4a3878029", "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, tint for SPIRV compilation, and abseil for string formatting.