From bd87bf432dc35486fd1c19dc1cd4c206f67325ca Mon Sep 17 00:00:00 2001 From: skia-autoroll Date: Mon, 4 May 2020 04:01:48 +0000 Subject: [PATCH] Roll third_party/externals/angle2 df31624eaf3d..040e4f6fcf54 (14 commits) https://chromium.googlesource.com/angle/angle.git/+log/df31624eaf3d..040e4f6fcf54 git log df31624eaf3d..040e4f6fcf54 --date=short --first-parent --format='%ad %ae %s' 2020-05-01 tobine@google.com Vulkan: Minor command buffer refactor 2020-05-01 ianelliott@google.com Vulkan: Improve viewport and scissor for pre-rotation 2020-05-01 jmadill@chromium.org Work around strange git cl format issue. 2020-05-01 geofflang@google.com Handle 3D texture entire-mip initialization for FBO attachments 2020-05-01 cnorthrop@google.com Capture/Replay: Refactor default uniform handling for arrays 2020-05-01 tobine@google.com Vulkan: Migrate trace events and occlusion queries 2020-05-01 ynovikov@chromium.org doc: fix link to pre-commit try waterfall 2020-05-01 jmadill@chromium.org Capture/Replay: Use BindAttribLocation to force MEC compat. 2020-05-01 jmadill@chromium.org Validation: Fix some function types. 2020-05-01 jmadill@chromium.org Revert "Add type for attribute locations." 2020-05-01 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/glslang/src 39281fb710c3..2c53baedbb64 (2 commits) 2020-05-01 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/spirv-tools/src 49ca250b44c6..2e1d208ed9de (3 commits) 2020-05-01 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/vulkan-validation-layers/src 70eeffc7ca3d..b179a50e9c9c (8 commits) 2020-05-01 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/SwiftShader 98d2cab108ce..694e21400ee5 (5 commits) Created with: gclient setdep -r third_party/externals/angle2@040e4f6fcf54 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 bsalomon@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/+/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 Bug: None Tbr: bsalomon@google.com Change-Id: Idb9e07df50cd93543c2c61ffa1b715e36aeecde5 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/287198 Reviewed-by: skia-autoroll Commit-Queue: skia-autoroll --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index ea111032f7..3e426e2c3f 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@df31624eaf3df986a0bdf3f58a87b79b0cc8db5c", + "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@040e4f6fcf5428ff52f6c6cff19f8b3cb26e5eaf", # 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. "third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@303a3daf0decb8eaacb251346be317be00dda479",