From b119d3b15f4aab9f3d035c0955377becc0175ffd Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Wed, 23 Nov 2022 00:46:27 +0000 Subject: [PATCH] Roll ANGLE from 12fa46f07dfc to 27727e501aee (12 revisions) https://chromium.googlesource.com/angle/angle.git/+log/12fa46f07dfc..27727e501aee 2022-11-22 lexa.knyazev@gmail.com Fix ProvokingVertex typos 2022-11-22 abdolrashidi@google.com Vulkan: Add memory allocation/deallocation counter 2022-11-22 cclao@google.com Vulkan: Retain mCurrentGraphicsPipeline if RP started 2022-11-22 lexa.knyazev@gmail.com Refactor validation of partial compressed texture uploads 2022-11-22 geofflang@google.com GL: Only reset transform feedback varyings when necessary. 2022-11-22 capn@google.com Support versioned library names 2022-11-22 romanl@google.com Cleanup: Use XAllocSizeHints, move to helper. 2022-11-22 syoussefi@chromium.org Vulkan: Initial support for VK_EXT_graphics_pipeline_library 2022-11-22 cnorthrop@google.com Perf tests: Add --fixed-test-time-with-warmup 2022-11-22 lubosz.sarnecki@collabora.com Reland "util/X11Window: Set PMinSize and PMaxSize hints." 2022-11-22 cnorthrop@google.com TraceTest: Route EGLSync entry points through WGL 2022-11-22 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from a3f4f653c783 to ca8ca2aba961 (7 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-dawn-autoroll Please CC shrekshao@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: shrekshao@google.com Change-Id: I2b344987af6e006d2842f604a49a330d35f85e6c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/111300 Commit-Queue: Dawn Autoroller Bot-Commit: Dawn Autoroller Kokoro: Kokoro --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index ca6fde8e3c..b47dee4d84 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@12fa46f07dfcb26fc5342f94b77430e30e46deee', + 'url': '{chromium_git}/angle/angle@27727e501aee0c35e4d4572792131e3a77d099c4', 'condition': 'dawn_standalone', },