From 184a300a24d5a62aeb5159add27f2d317fbfd783 Mon Sep 17 00:00:00 2001 From: skia-autoroll Date: Wed, 23 Oct 2019 04:01:13 +0000 Subject: [PATCH] Roll third_party/externals/angle2 5335faaece2a..d4affcdd2ac9 (9 commits) https://chromium.googlesource.com/angle/angle.git/+log/5335faaece2a..d4affcdd2ac9 git log 5335faaece2a..d4affcdd2ac9 --date=short --no-merges --format='%ad %ae %s' 2019-10-23 jmadill@chromium.org Vulkan: Roll validation layers. 2019-10-23 jmadill@chromium.org Vulkan: Fix sampler object lifetime. 2019-10-23 jie.a.chen@intel.com Remove forceNonZeroScissor workaround 2019-10-23 jie.a.chen@intel.com Add SH_REMOVE_DYNAMIC_INDEXING_OF_SWIZZLED_VECTOR 2019-10-22 geofflang@chromium.org GL: Emulate primitive restart when PRIMITIVE_RESTART_FIXED_INDEX is unavailable. 2019-10-22 tobine@google.com Vulkan: Enable VK_EXT_line_rasterization 2019-10-22 mihu@microsoft.com Fix EXT_multisample_render_to_texture perf regression 2019-10-22 jmadill@chromium.org Metal: Move ldflags to Metal backend config. 2019-10-22 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/glslang/src 834ee546f93d..5e634c8999e6 (3 commits) Created with: gclient setdep -r third_party/externals/angle2@d4affcdd2ac9 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 michaelludwig@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.primary:Build-Debian9-Clang-x86_64-Release-ANGLE;skia.primary:Test-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUC8i5BEK-GPU-IntelIris655-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE Bug: None TBR=michaelludwig@google.com Change-Id: I92b833fb4898433e58b5d7ed05f6a95aa171a2b3 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/250157 Reviewed-by: skia-autoroll Commit-Queue: skia-autoroll --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index ad16e7734f..bdbb3caa19 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@5335faaece2ad62af2176df1efb92884f5750c15", + "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@d4affcdd2ac9e752dc5ab6cac3fbb080703f17d4", "third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@f104ec23bc569b5383b9d3df173beeef2b1ff128", "third_party/externals/dng_sdk" : "https://android.googlesource.com/platform/external/dng_sdk.git@c8d0c9b1d16bfda56f15165d39e0ffa360a11123", "third_party/externals/egl-registry" : "https://skia.googlesource.com/external/github.com/KhronosGroup/EGL-Registry@a0bca08de07c7d7651047bedc0b653cfaaa4f2ae",