From a2e7d5e2b63c3904ce205ace64cff1ed7a3eed7e Mon Sep 17 00:00:00 2001 From: skia-autoroll Date: Thu, 18 Jul 2019 04:01:18 +0000 Subject: [PATCH] Roll third_party/externals/angle2 2e43b0f5efec..e9111885702e (7 commits) https://chromium.googlesource.com/angle/angle.git/+log/2e43b0f5efec..e9111885702e git log 2e43b0f5efec..e9111885702e --date=short --no-merges --format='%ad %ae %s' 2019-07-18 syoussefi@chromium.org Vulkan: Optimize texture upload barriers 2019-07-17 jmadill@chromium.org Fix egl.h compatiblity. 2019-07-17 geofflang@chromium.org Update the documentation on ANGLE's two reviewer policy. 2019-07-17 hao.x.li@intel.com Rename data_dir to angle_data_dir in GN files 2019-07-17 syoussefi@chromium.org Fix glGetProgramResourceName filling output with 0 2019-07-17 angle-autoroll@skia-public.iam.gserviceaccount.com Roll ./third_party/glslang/src e383c5f55def..74426f7570fd (1 commits) 2019-07-17 angle-autoroll@skia-public.iam.gserviceaccount.com Roll ./third_party/spirv-tools/src 1fedf72e500b..58e2ec25bab0 (2 commits) Created with: gclient setdep -r third_party/externals/angle2@e9111885702e The AutoRoll server is located here: https://autoroll.skia.org/r/angle-skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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=nifong@google.com Change-Id: I633345715372fd38e6af5ecda835ce5d3ac8239d Reviewed-on: https://skia-review.googlesource.com/c/skia/+/228318 Reviewed-by: skia-autoroll Commit-Queue: skia-autoroll --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 8e75d2b832..73652e2c6b 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@2e43b0f5efec201ea99e1345ef6a8a95b6c34651", + "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@e9111885702e26fbf397c86331e94e3598348aa9", "third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@2d4b5294432f254c8ab093ff399cdf9aa59260a6", "third_party/externals/dng_sdk" : "https://android.googlesource.com/platform/external/dng_sdk.git@c8d0c9b", "third_party/externals/egl-registry" : "https://skia.googlesource.com/external/github.com/KhronosGroup/EGL-Registry@a0bca08de07c7d7651047bedc0b653cfaaa4f2ae",