From a2cae875c053eb14f97ea2f2438edf8cd79dd49c Mon Sep 17 00:00:00 2001 From: skia-autoroll Date: Thu, 11 Mar 2021 04:01:38 +0000 Subject: [PATCH] Roll ANGLE from c054008f9efb to 44b9579cf7b8 (12 revisions) https://chromium.googlesource.com/angle/angle.git/+log/c054008f9efb..44b9579cf7b8 2021-03-10 m.maiya@samsung.com Vulkan: Treat varyings in a separable program as active 2021-03-10 ianelliott@google.com Revert "Roll vulkan-deps from 6691fcec0bce to 32692e5de307 (12 revisions)" 2021-03-10 jonahr@google.com Mtl: Add Apple vendor ID 2021-03-10 ianelliott@google.com Revert "Roll vulkan-deps from 32692e5de307 to 28d8c3478e4c (6 revisions)" 2021-03-10 m.maiya@samsung.com Vulkan: Pass in the correct size to acquireBufferHelper 2021-03-10 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 32692e5de307 to 28d8c3478e4c (6 revisions) 2021-03-10 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 031d7b5c5879 to 075d29b4983b (268 revisions) 2021-03-10 lubosz.sarnecki@collabora.com capture_replay_tests: Change status to crashing. 2021-03-10 lubosz.sarnecki@collabora.com capture_gles_ext_params: Implement glGetIntegervRobustANGLE. 2021-03-10 syoussefi@chromium.org Vulkan: Fix MemoryBarrier function name typos 2021-03-10 syoussefi@chromium.org Vulkan: Move SpirvBlob definition to common/ 2021-03-10 syoussefi@chromium.org Vulkan: Create unresolve shader directly in SPIR-V 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 kjlubick@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: kjlubick@google.com Test: Test: ProgramPipelineTest31.VaryingIOBlockSeparableProgram* Change-Id: Ice60be3d3cbb768e0ab5861cb72d46262431dfef Reviewed-on: https://skia-review.googlesource.com/c/skia/+/383476 Reviewed-by: skia-autoroll Commit-Queue: skia-autoroll --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index a8bf5c23aa..f395719ff7 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@c054008f9efb2f86a0bd6b8031e8c635c69107e4", + "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@44b9579cf7b8d35cac13f9e2d70c57791ddfd0e2", "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.