Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 563d044

Browse files
skia-autorollSkia Commit-Bot
authored andcommitted
Roll third_party/externals/angle2 9668237..c3085ea (20 commits)
https://chromium.googlesource.com/angle/angle.git/+log/9668237739a2..c3085ead7055 git log 9668237..c3085ea --date=short --no-merges --format='%ad %ae %s' 2019-07-12 cnorthrop@google.com Vulkan: Set texel offset limits 2019-07-12 jonahr@google.com Fix hang on Linux Intel when allocating large textures. 2019-07-12 geofflang@chromium.org glTexStorage3D: Disallow compressed formats on GL_TEXTURE_3D targets. 2019-07-12 courtneygo@google.com Vulkan: Upload packed depth-stencil 2019-07-12 jmadill@chromium.org Signal different dirty bit for vertex buffer change. 2019-07-12 geofflang@chromium.org GL: Work around Intel driver bug when clearing to zeros or ones. 2019-07-12 jmadill@chromium.org Revert "PRESUBMIT.py: Don't require "Bug:" for autoroller CLs." 2019-07-12 jonahr@google.com Fix copyTexImage2D corner case with same source/target image. 2019-07-12 ianelliott@google.com Vulkan: Split some SKIP expecations and put with correct bugs 2019-07-12 angle-autoroll@skia-public.iam.gserviceaccount.com Roll ./third_party/glslang/src c538b5d796fb..71892a5eda90 (1 commits) 2019-07-12 timvp@google.com dEQP: Override tes31Context.cpp to prevent 3.2 context creation 2019-07-11 geofflang@chromium.org GL: Reset the texture base level before uploads on Mac. 2019-07-11 dongja@google.com Vulkan: change packed attrib to ANGLE format ID 2019-07-11 jmadill@chromium.org Use separate json files for each code generator. 2019-07-11 cwallez@chromium.org Rename StaticType's kInstance to instance. 2019-07-11 clemendeng@google.com WGL implemetation for OpenGL tutorial 2019-07-11 syoussefi@chromium.org Vulkan: Prepare for variable-stage pipelines 2019-07-11 lujc@google.com Vulkan: Recycle vkFence 2019-07-11 timvp@google.com Vulkan: Clean up deqp_gles3_test_expectations.txt 2019-07-11 angle-autoroll@skia-public.iam.gserviceaccount.com Roll ./third_party/glslang/src 8aa9a7bb8f74..c538b5d796fb (2 commits) Created with: gclient setdep -r third_party/externals/angle2@c3085ead7055 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: Ie7eac5ab11cae0ccd7052ff7ae813d1bba925ce9 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/227343 Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
1 parent 5b9267f commit 563d044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ vars = {
77
deps = {
88
"buildtools" : "https://chromium.googlesource.com/chromium/buildtools.git@505de88083136eefd056e5ee4ca0f01fe9b33de8",
99
"common" : "https://skia.googlesource.com/common.git@9737551d7a52c3db3262db5856e6bcd62c462b92",
10-
"third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@9668237739a2f973780939dd3790d583ed73b466",
10+
"third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@c3085ead7055e45b2d24189d5eee86753ea5c2f3",
1111
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@2d4b5294432f254c8ab093ff399cdf9aa59260a6",
1212
"third_party/externals/dng_sdk" : "https://android.googlesource.com/platform/external/dng_sdk.git@c8d0c9b",
1313
"third_party/externals/egl-registry" : "https://skia.googlesource.com/external/github.com/KhronosGroup/EGL-Registry@a0bca08de07c7d7651047bedc0b653cfaaa4f2ae",

0 commit comments

Comments
 (0)