From 86cb73b3c6bf84138e660f3046fa095218c73dae Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Wed, 19 Jan 2022 02:47:46 +0000 Subject: [PATCH] Roll ANGLE from 8eafe491237a to 00a2a2f3e84e (14 revisions) https://chromium.googlesource.com/angle/angle.git/+log/8eafe491237a..00a2a2f3e84e 2022-01-19 kpiddington@apple.com Merge metal format table updates from Webkit 2022-01-18 avi@chromium.org Update documentation link 2022-01-18 ynovikov@chromium.org Use first test name instead of shard index for TestArtifacts 2022-01-18 b.schade@samsung.com Add frontend for ANDROID_extension_pack_es31a 2022-01-18 b.schade@samsung.com Vulkan: Add missing ESSL 3.2 builtin functions 2022-01-18 jmadill@chromium.org Copy shader buffers into pipeline executables. 2022-01-18 jmadill@chromium.org Isolate LinkValidateProgramInterfaceBlocks. 2022-01-18 jmadill@chromium.org Fix non-bot mode sharding on Android and disable elsewhere. 2022-01-18 cnorthrop@google.com Vulkan: Move shader_framebuffer_fetch to FeaturesVk 2022-01-18 jonahr@google.com Add Microsoft vendor Id parsing to SystemInfo 2022-01-18 jonahr@google.com Add EGL_ANGLE_platform_angle_display_id to D3D11 backend. 2022-01-18 lubosz.sarnecki@collabora.com Tests: Add Respawnables trace. 2022-01-18 romanl@google.com Enable robustnessEXT for SwiftShader. 2022-01-18 jmadill@chromium.org Fix export_targets Windows presubmit with Vulkan Loader. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-dawn-autoroll Please CC bclayton@google.com on the revert to ensure that a human is aware of the problem. To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry To file a bug in Dawn: https://bugs.chromium.org/p/dawn/issues/entry 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/main/autoroll/README.md Bug: None Tbr: bclayton@google.com Change-Id: I123cfb46ba44f349041fe2582002d4a0ee63e6b3 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/77045 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 0f55032c5d..78a8739055 100644 --- a/DEPS +++ b/DEPS @@ -128,7 +128,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@8eafe491237a2c675c25307c8b409c51e3c9af1a', + 'url': '{chromium_git}/angle/angle@00a2a2f3e84ea568afb200169f2e47758e385f3d', 'condition': 'dawn_standalone', },