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

Commit 2885034

Browse files
skia-autorollSkia Commit-Bot
authored andcommitted
Roll third_party/externals/angle2 41f7bcc..daed369 (13 commits)
https://chromium.googlesource.com/angle/angle.git/+log/41f7bcce04a8..daed369cfdb6 git log 41f7bcc..daed369 --date=short --first-parent --format='%ad %ae %s' 2020-05-06 [email protected] EGL: Add support for GL_EXT_EGL_image_array extension 2020-05-05 [email protected] Allow tests to run on native EGL. 2020-05-05 [email protected] No-Op draws when no active VS and/or FS is present 2020-05-05 [email protected] Capture/Replay: Reset buffers on replay loop 2020-05-05 [email protected] Revert "Add -Wno-pointer-to-int-cast" 2020-05-05 [email protected] Add end2end test for changing MAX_LEVEL with compressed texture 2020-05-05 [email protected] deps: Roll VK-GL-CTS 2020-05-05 [email protected] Vulkan: Merge Command Buffer Helpers 2020-05-05 [email protected] Roll Vulkan headers, update ANGLE to match 2020-05-05 [email protected] Vulkan: Defer framebuffer clears. 2020-05-05 [email protected] Roll third_party/SwiftShader b798cfa374eb..c4bbd378e95b (1 commits) 2020-05-05 [email protected] Roll third_party/vulkan-validation-layers/src 2f609275c00c..102687e26ec8 (15 commits) 2020-05-05 [email protected] Vulkan: honor compressed texture block width/height Created with: gclient setdep -r third_party/externals/angle2@daed369cfdb6 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 [email protected] 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-Debian10-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: [email protected] Change-Id: I40f2438449a748c9c0286b7cb0a5a108ab7edd80 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/288019 Reviewed-by: skia-autoroll <[email protected]> Commit-Queue: skia-autoroll <[email protected]>
1 parent ab8ea83 commit 2885034

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@41f7bcce04a841a46737ba4b3ce33f7664be4d8e",
10+
"third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@daed369cfdb6a66f5ae2ba6b6c020952aef9c38b",
1111
# Dawn requires jinja2 and markupsafe for the code generator, and glslang and shaderc for SPIRV compilation.
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@0abddd21c9ad8be7ff131cbb4665e798e1483385",

0 commit comments

Comments
 (0)