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

Commit 538e358

Browse files
skia-autorollSkia Commit-Bot
authored andcommitted
Roll third_party/externals/angle2 dadeffa..cb7e738 (28 commits)
https://chromium.googlesource.com/angle/angle.git/+log/dadeffa315e7..cb7e7387e61f git log dadeffa..cb7e738 --date=short --first-parent --format='%ad %ae %s' 2020-03-21 ynovikov@chromium.org Remove 32-bit Subzero GLES31 SwANGLE suppressions 2020-03-20 ynovikov@chromium.org Skip flaky SwANGLE end2end tests. 2020-03-20 geofflang@chromium.org Skip ExternalWrapTest on Ozone. 2020-03-20 m.maiya@samsung.com Vulkan: Implement EXT_shader_non_constant_global_initializers 2020-03-20 geofflang@chromium.org Implement gl[Get]MemoryObjectParameterivEXT 2020-03-20 geofflang@chromium.org Update conditions for exposing ASTC extensions. 2020-03-20 geofflang@chromium.org Remove GL_CHROMIUM_path_rendering 2020-03-20 geofflang@google.com Android.bp: Ignore unknown warning flags. 2020-03-20 sugoi@google.com ASTC: LDR support doesn't imply HDR support 2020-03-20 thakis@chromium.org Suppress two -Wunreachable-code warnings on Fuchsia in Angle. 2020-03-20 jmadill@chromium.org Vulkan: Fix Framebuffer cache depth/stencil issue. 2020-03-20 jmadill@chromium.org Add optimized rendering feedback loop tracking. 2020-03-20 cnorthrop@google.com Perf: Limit TracePerfTest to single compressed TRex 2020-03-20 m.maiya@samsung.com Add support for EXT_EGL_image_external_wrap_modes 2020-03-20 jmadill@chromium.org Remove util.gni. 2020-03-20 jmadill@chromium.org Revert "Refactor BitCount" 2020-03-20 xiaoxuan.liu@arm.com Skip updating viewport and scissor info if the same 2020-03-20 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/spirv-tools/src 18d3896a15fc..60104cd97446 (2 commits) 2020-03-20 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/SwiftShader bc98fbeec99b..1c9f24263e6c (2 commits) 2020-03-20 ynovikov@chromium.org Skip SwANGLE GLES31 tests which crash with 32-bit Subzero only on Windows 2020-03-20 ynovikov@chromium.org Skip flaky TransformFeedbackTest.MultiContext on Win Intel Vulkan 2020-03-19 jmadill@chromium.org Track if a Texture is bound as a sampler. 2020-03-19 lexa.knyazev@gmail.com Refactor BitCount 2020-03-19 m.maiya@samsung.com Vulkan: Use device local memory for conversion buffers that can be converted with the GPU 2020-03-19 jmadill@chromium.org Vulkan: Remove public FramebufferVk::getFramebuffer. 2020-03-19 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/spirv-tools/src 25ede1ced679..18d3896a15fc (2 commits) 2020-03-19 jian.li@arm.com Skip some tests on Mali because of a known issue 2020-03-19 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/SwiftShader 440fc9959f06..bc98fbeec99b (3 commits) Created with: gclient setdep -r third_party/externals/angle2@cb7e7387e61f 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 egdaniel@google.com,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: egdaniel@google.com,brianosman@google.com Change-Id: Ief63774430fcd8ee16825af5fc2ed642bb0de78e Reviewed-on: https://skia-review.googlesource.com/c/skia/+/278409 Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
1 parent 862818b commit 538e358

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@dadeffa315e7c95b36ebf30fd4094b3fae12c179",
10+
"third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@cb7e7387e61f591f2eaf2e899af64a0cb2446dbf",
1111
# Dawn requires jinja2 and markupsafe for the code generator.
1212
# When the Dawn revision is updated these should be updated from the Dawn DEPS as well.
1313
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@604072bc2ed01018eb03bcbbf9d94042f679af63",

0 commit comments

Comments
 (0)