From 224cd4d6da7b0fa2794e88e6e7003ba0d9710594 Mon Sep 17 00:00:00 2001 From: skia-autoroll Date: Fri, 13 Mar 2020 04:01:34 +0000 Subject: [PATCH] Roll third_party/externals/angle2 2e5bd9b1e658..6963f58c7678 (14 commits) https://chromium.googlesource.com/angle/angle.git/+log/2e5bd9b1e658..6963f58c7678 git log 2e5bd9b1e658..6963f58c7678 --date=short --first-parent --format='%ad %ae %s' 2020-03-12 cnorthrop@google.com Capture/Replay: Update TRex captures 2020-03-12 julien.isorce@chromium.org Reland "Instantiate rx::DisplayEGL when device type EGL is selected" 2020-03-12 ianelliott@google.com Vulkan: Handle VK image being both a GL texture and GL image 2020-03-12 cnorthrop@google.com Capture/Replay: Add Manhattan to TracePerfTest 2020-03-12 liberato@chromium.org Add fp16 support to KHR streams for DX11. 2020-03-12 geofflang@google.com Rename ANGLE_defaults to ANGLE_java_defaults. 2020-03-12 amy.liu@arm.com Passing covgl/covgl 2020-03-12 tobine@google.com Vulkan:FramebufferVk cache draw buffer handling 2020-03-12 cnorthrop@google.com Vulkan: Remove unused atomic counter builtins 2020-03-12 geofflang@google.com Remove android:forceQueryable from the ANGLE.apk manifest 2020-03-12 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/vulkan-validation-layers/src 2ff8b6a6f4d5..be663d752e45 (8 commits) 2020-03-12 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/glslang/src e2176c91b23c..9b620aa0c12d (2 commits) 2020-03-12 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/vulkan-loader/src 136207a63495..29adf277cb19 (1 commits) 2020-03-12 shrekshao@google.com Speculative fix: getProgramiv always returns a valid program Created with: gclient setdep -r third_party/externals/angle2@6963f58c7678 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 brianosman@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-Debian9-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: brianosman@google.com Change-Id: I44e73a5ce8d11528133de0a5646af58b543c3b10 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/276843 Reviewed-by: skia-autoroll Commit-Queue: skia-autoroll --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 3c46b152cc..fdc6c31d67 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@2e5bd9b1e6586fa32a1ab874918889fbe010db22", + "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@6963f58c7678be5c4ce9543724fa03081732400b", # Dawn requires jinja2 and markupsafe for the code generator. # 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@604072bc2ed01018eb03bcbbf9d94042f679af63",