From 41974270c9dffede7a1964dbb45b8e0814cca9c3 Mon Sep 17 00:00:00 2001 From: Stephen White Date: Tue, 30 Mar 2021 17:59:37 +0000 Subject: [PATCH] Roll third_party/angle/ 0c9f22d3a..9a025fd44 (23 commits) https://chromium.googlesource.com/angle/angle/+log/0c9f22d3a7f8..9a025fd44822 $ git log 0c9f22d3a..9a025fd44 --date=short --no-merges --format='%ad %ae %s' 2021-03-13 jmadill Capture/Replay: add frontend feature to force capture limits 2021-03-15 gert.wollny libAngle: Add Json context serializer library 2021-03-17 lubosz.sarnecki context: Remove endl, since INFO already adds them. 2021-03-05 lubosz.sarnecki capture_replay_expectations: Don't skip passing. 2021-03-26 angle-autoroll Roll SwiftShader from 8969f861fc24 to fb53aa2bb7da (2 revisions) 2021-03-09 lubosz.sarnecki capture_gles_3_2: Set read buffer for glGetPointerv. 2021-03-26 angle-autoroll Roll vulkan-deps from 3f4383f1d450 to 7079d8df17da (2 revisions) 2021-03-26 angle-autoroll Roll Chromium from 7a30f2f0e630 to e0abc3035c46 (431 revisions) 2021-03-04 lubosz.sarnecki capture_gles_1_0: Implement capture functions. 2021-03-25 ynovikov Remove old Win x86 bots from CQ 2021-02-26 syoussefi Vulkan: Call glslang at compile time 2021-03-25 jmadill Trace Tests: Work around autoninja.bat change on Win. 2021-03-24 m.maiya Vulkan: Enable glBlitFramebuffer for EXT_sRGB_write_control 2021-03-25 angle-autoroll Roll vulkan-deps from 91a2a0b15f23 to 3f4383f1d450 (26 revisions) 2021-03-25 angle-autoroll Roll SwiftShader from a98fb3f8380a to 8969f861fc24 (2 revisions) 2021-03-25 angle-autoroll Roll Chromium from bda1e3894abc to 7a30f2f0e630 (468 revisions) 2021-03-24 ynovikov Leave Android devices in portrait orientation after test 2021-03-22 cclao Vulkan: Add A few other *-None-04584 VVL error to skip list 2021-03-20 senorblanco SSBO handling rewrite. 2021-03-22 doughorn Fix potential mod by 0 with invalid formats. 2021-03-24 jmadill Disable Framebuffer Fetch test. 2021-03-24 m.maiya Add missing qualifier type handling in translator 2021-03-24 cnorthrop Scripts: Ignore robin_hood headers in VVL Created with: roll-dep third_party/angle Change-Id: Ia3ac661d66abe7530087401c966a85b45c3356e9 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/46300 Reviewed-by: Austin Eng Commit-Queue: Stephen White --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 5e90f96aad..e8a0299acd 100644 --- a/DEPS +++ b/DEPS @@ -118,7 +118,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@0c9f22d3a7f866be6a148fea0765f756c7a6f129', + 'url': '{chromium_git}/angle/angle@9a025fd44822a9d185eed1ec071e9f04706d0b34', 'condition': 'dawn_standalone', },