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

Commit c504ecd

Browse files
skia-autorollSkia Commit-Bot
authored andcommitted
Roll ANGLE from 59aa1ef1975a to 234fccfb1818 (18 revisions)
https://chromium.googlesource.com/angle/angle.git/+log/59aa1ef1975a..234fccfb1818 2020-12-01 [email protected] Entry Points: Add egl:: namespace to Display. 2020-12-01 [email protected] Test Runner: Handle flaky failures. 2020-12-01 [email protected] Vulkan: Fix BufferHelper leaks in DynamicBuffer. 2020-12-01 [email protected] Entry Points: Combine desktop GL minor versions. 2020-12-01 [email protected] Entry Points: Clean up versions lists. 2020-12-01 [email protected] Roll SwiftShader from 9dff6a3bb595 to bfb211914759 (4 revisions) 2020-12-01 [email protected] Roll Chromium from 2232da5cfdfa to db49fa80f93d (475 revisions) 2020-12-01 [email protected] Add support for OES_framebuffer_object extension 2020-12-01 [email protected] Vulkan: Use specialization constant for halfRenderAreaWidth 2020-11-30 [email protected] EGL: Generate entry points. 2020-11-30 [email protected] Capture/Replay: track swapWithDamage 2020-11-30 [email protected] Rename FromGL to PackParam. 2020-11-30 [email protected] EGL: Generalize the entry point enum. 2020-11-30 [email protected] Vulkan: Use XFB queries with the XFB extension. 2020-11-30 [email protected] Fix ordering of stages in gl::ShaderType 2020-11-30 [email protected] Roll Vulkan-ValidationLayers from 8756b1cb930a to ce0450b9e8e5 (2 revisions) 2020-11-30 [email protected] code gen: Be more robust to dirty hashes. 2020-11-30 [email protected] Roll Chromium from 553b5bcd72c7 to 2232da5cfdfa (287 revisions) 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/+doc/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 Tbr: [email protected] Test: Test: FramebufferObjectTest* Change-Id: I6a66fbaf4d40e993ee98aafd152f0224efc19e29 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/339823 Reviewed-by: skia-autoroll <[email protected]> Commit-Queue: skia-autoroll <[email protected]>
1 parent 986c7fb commit c504ecd

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@59aa1ef1975ae2d263da864f111eaaa7cdb4f9f2",
10+
"third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@234fccfb18184a647735cc5d2a35e4eff7ce28f7",
1111
"third_party/externals/brotli" : "https://skia.googlesource.com/external/github.com/google/brotli.git@e61745a6b7add50d380cfd7d3883dd6c62fc2c71",
1212
"third_party/externals/d3d12allocator" : "https://skia.googlesource.com/external/github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator.git@169895d529dfce00390a20e69c2f516066fe7a3b",
1313
# Dawn requires jinja2 and markupsafe for the code generator, and glslang and shaderc for SPIRV compilation.

0 commit comments

Comments
 (0)