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

Commit 5b85989

Browse files
skia-autorollSkia Commit-Bot
authored andcommitted
Roll ANGLE from d4439824c554 to 72001c7d85ba (15 revisions)
https://chromium.googlesource.com/angle/angle.git/+log/d4439824c554..72001c7d85ba 2020-11-10 m.maiya@samsung.com Vulkan: Bug fix in texture respecification code 2020-11-09 jmadill@chromium.org Vulkan: Move ExtensionNameList out of the class. 2020-11-09 jmadill@chromium.org Vulkan: Move primary command buffer to CommandQueue. 2020-11-09 jmadill@chromium.org Traces: Use 4 download threads. 2020-11-09 jmadill@chromium.org Perf Tests: Trace multiple threads. 2020-11-09 jmadill@chromium.org Vulkan: Make feature names consistent. 2020-11-09 syoussefi@chromium.org Fix expectations file for prerotation dEQP executables 2020-11-09 m.maiya@samsung.com Vulkan: Rewrite interpolateAtOffset to account for Y-flip 2020-11-09 jmadill@chromium.org Fix trace writing in angle_perftests. 2020-11-09 m.maiya@samsung.com Vulkan: Support VK_KHR_image_format_list for AHB backed EGL image 2020-11-09 stha09@googlemail.com Vulkan: add explicit template specialization for barrierImpl 2020-11-09 m.maiya@samsung.com Vulkan: Add EXT_external_buffer entry points 2020-11-09 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 612ded0654a0 to 4ed9d3498dcf (2 revisions) 2020-11-09 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-Headers from 87451c55aa8b to 670ffea9d61b (1 revision) 2020-11-09 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 52d33a46255e to 61aafe6377ea (506 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 jlavrova@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/+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: jlavrova@google.com Test: Test: ImageTest.Source2DTarget2DTargetTextureRespecify*Test: Test: angle_end2end_tests.exe Change-Id: I6aeb8fba50ede8532c96e174f9c194ca1caca325 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/333281 Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
1 parent c2b8ecf commit 5b85989

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@d4439824c55428a699aa543a2f397d06a00841b6",
10+
"third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@72001c7d85ba2be69ccd54768a07e80a7d2756bc",
1111
"third_party/externals/d3d12allocator" : "https://skia.googlesource.com/external/github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator.git@169895d529dfce00390a20e69c2f516066fe7a3b",
1212
# Dawn requires jinja2 and markupsafe for the code generator, and glslang and shaderc for SPIRV compilation.
1313
# When the Dawn revision is updated these should be updated from the Dawn DEPS as well.

0 commit comments

Comments
 (0)