From 2fadc98f8c9bcd7ad6fa51e55bdc866cf80af066 Mon Sep 17 00:00:00 2001 From: skia-autoroll Date: Wed, 17 Feb 2021 04:01:40 +0000 Subject: [PATCH] Roll ANGLE from ca6573ebb08a to e8c0aa81af87 (16 revisions) https://chromium.googlesource.com/angle/angle.git/+log/ca6573ebb08a..e8c0aa81af87 2021-02-17 syoussefi@chromium.org Vulkan: Clean up transform feedback extension pause/resume 2021-02-17 ianelliott@google.com Create getRotatedExtents() and related methods 2021-02-17 cnorthrop@google.com Fix spelling in capture owners 2021-02-17 m.maiya@samsung.com Vulkan: Consolidate image format list initialization code 2021-02-16 syoussefi@chromium.org Vulkan: noop glMemoryBarrier(CLIENT_MAPPED_BUFFER_BARRIER_BIT_EXT) 2021-02-16 syoussefi@chromium.org Vulkan: Fix missing visibility barrier for host-visible buffer writes 2021-02-16 syoussefi@chromium.org Vulkan: Fix crash with deferred clears and MSRTT 2021-02-16 geofflang@chromium.org Add timvp to ANGLE, vulkan and capture owners. 2021-02-16 penghuang@chromium.org Use the default build target vulkan_memory_allocator 2021-02-16 penghuang@chromium.org Roll third_party/vulkan_memory_allocator/ b1d65a2b3..732a76d9d (2 commits) 2021-02-16 angle-autoroll@skia-public.iam.gserviceaccount.com Roll VK-GL-CTS from d8a8a5c337df to eab348e95425 (17 revisions) 2021-02-16 cwallez@chromium.org Revert "Link angle_util statically into angle_system_info_test" 2021-02-16 cwallez@chromium.org Suppress Bus Simulator Indonesia on Linux AMD GLES too. 2021-02-16 cwallez@chromium.org Fix suppression for a SimpleStateChangeTestES31 on Linux AMD 2021-02-16 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 418fd62b5c0f to a1175c67dd67 (6 revisions) 2021-02-16 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 17c6b31351cf to a04f3d444779 (213 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 herb@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: herb@google.com Change-Id: Iae36a9e8fe8751de9105ebc8104cb463822db251 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/371018 Reviewed-by: skia-autoroll Commit-Queue: skia-autoroll --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 22bf8dfb28..bf04f1bffd 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@ca6573ebb08a3048f94965aec7514750579a158d", + "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@e8c0aa81af87f629ae2f1c0f96bee1c7650a7075", "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 shaderc and tint for SPIRV compilation.