From 923dd165456a267b73bbc3edd466b64b9b8b168c Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Tue, 3 May 2022 16:29:23 +0000 Subject: [PATCH] Roll ANGLE from e39dfe0fe61c to 84e42c3b04da (30 revisions) https://chromium.googlesource.com/angle/angle.git/+log/e39dfe0fe61c..84e42c3b04da 2022-05-03 jmadill@chromium.org Fix validation cache when deleting a Transform Feedback. 2022-05-03 ynovikov@chromium.org Skip flaky tests on Win ASAN 2022-05-03 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 1cde45b8d7aa to 4ca7acf89869 (6 revisions) 2022-05-03 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from adef92e7b4c6 to cdf43bd816d7 (8 revisions) 2022-05-03 ynovikov@chromium.org Revert "Re-land: "Vulkan: Support Wayland"" 2022-05-03 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 929311ac6298 to 55c89a3a09ac (470 revisions) 2022-05-03 syoussefi@chromium.org Vulkan: Explicitly enable per-sample shading if `sample` used 2022-05-03 brianosman@google.com Reland "Make SPIRV optional for Metal backend" 2022-05-03 cclao@google.com Vulkan: Add log for buffer pool stats 2022-05-02 cclao@google.com Vulkan: Call cleanupGarbage only if mLastCompletedQueueSerial changed 2022-05-02 b.schade@samsung.com Fix ValidateFramebufferTextureLayer for cubemap arrays 2022-05-02 doughorn@google.com Re-land fixing of commit ID for Android builds. 2022-05-02 abdolrashidi@google.com Vulkan: MSAA swapchain resolve based on renderArea 2022-05-02 romanl@google.com Update Android deqp and end2end sharding 2022-05-02 romanl@google.com Fix presubmit following https://crrev.com/c/3611486 2022-05-02 senorblanco@chromium.org D3D11: recompile all shaders using 10.0.20348.0 toolchain. 2022-05-02 cnorthrop@google.com Tests: Add GFXBench Tessellation trace 2022-05-02 lexa.knyazev@gmail.com OpenGL: Add allow_astc_formats workaround 2022-05-02 syoussefi@chromium.org Remove whitespace from features json files 2022-05-02 brianosman@google.com Test both MSL translators in APPLEClipDistanceTest 2022-05-02 lexa.knyazev@gmail.com Expand Intel GPU detection 2022-05-02 antonio.caggiano@collabora.com Re-land: "Vulkan: Support Wayland" 2022-05-02 gert.wollny@collabora.com Capture/Replay: handle glGetVertexAttrib parameter value 2022-05-02 romanl@google.com Use app data dir instead of /sdcard for writing qpa file 2022-05-02 antonio.caggiano@collabora.com Fix formatting 2022-05-02 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 7b51f5f85aad to 1cde45b8d7aa (4 revisions) 2022-05-02 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 3a1ff9044aec to 929311ac6298 (541 revisions) 2022-05-01 gert.wollny@collabora.com Capture/Replay: Handle arrays with uniform block indices 2022-05-01 gert.wollny@collabora.com gl_tests: Fix formatting 2022-04-30 syoussefi@chromium.org Vulkan: Remove syncval suppressions no longer triggering 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 amaiorano@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: amaiorano@google.com Change-Id: I019594e6a2a44af3a348e0922cb08325efc67df9 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/88700 Kokoro: Kokoro Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 9f418d065d..7ae586ce6d 100644 --- a/DEPS +++ b/DEPS @@ -127,7 +127,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@e39dfe0fe61c66a5504d627e6afd35ea8de4ecf2', + 'url': '{chromium_git}/angle/angle@84e42c3b04da9e2c9d93d35bb6f2b1830fef22f4', 'condition': 'dawn_standalone', },