From b6a386f61a67813cbc81fbd4a2ae59215d30ef8b Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Fri, 21 Jan 2022 10:55:38 +0000 Subject: [PATCH] Roll ANGLE from 161643215f93 to 1ab6c9f69658 (7 revisions) https://chromium.googlesource.com/angle/angle.git/+log/161643215f93..1ab6c9f69658 2022-01-21 lexa.knyazev@gmail.com Hide ES 3.0+ extensions from ES 2.0 clients 2022-01-20 b.schade@samsung.com Vulkan: Add missing glGetProgramPipelineiv parameters handling 2022-01-20 cclao@google.com Vulkan: Rename BufferHelper::initFor* to allocateFor* 2022-01-20 cclao@google.com Vulkan: inline some of the BufferSuballocation APIs 2022-01-20 cclao@google.com Vulkan: Rename SubAllocation to Suballocation 2022-01-20 lexa.knyazev@gmail.com Metal: Cleanup texture caps init 2022-01-20 jmadill@chromium.org Capture/Replay: Serialize ActiveTexturesCache. 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: If4d1c8f4f64c06ecba14954cd0a765a55a24b7f4 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/77641 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index c72e9742fe..f019d683f6 100644 --- a/DEPS +++ b/DEPS @@ -128,7 +128,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@161643215f933bef404e110a54334de0e1585c43', + 'url': '{chromium_git}/angle/angle@1ab6c9f6965814809bba6a92993f22dc34112ab3', 'condition': 'dawn_standalone', },