From b04e622eeaea570df4e0e2b29dcc6425ce29f406 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Wed, 12 Apr 2023 12:05:45 +0000 Subject: [PATCH] Roll ANGLE from bf11a801abbc to f507fe05cd85 (16 revisions) https://chromium.googlesource.com/angle/angle.git/+log/bf11a801abbc..f507fe05cd85 2023-04-12 kkinnunen@apple.com Rename PLATFORM_IOS to PLATFORM_IOS_FAMILY 2023-04-12 kkinnunen@apple.com EAGL: Define ANGLE_ENABLE_EAGL in build system 2023-04-12 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from d579bce09fab to 86be736f34ce (558 revisions) 2023-04-12 cclao@google.com Vulkan: Force submit when switch to system framebuffer draw 2023-04-12 cclao@google.com Vulkan: Wait for surface ANI semaphore only if image is used 2023-04-11 jmadill@chromium.org Trace Interpreter: Support gClientArrays 2023-04-11 cnorthrop@google.com GLES1: Convert ints to uints for mediump values 2023-04-11 romanl@google.com Trace Interpreter: support harry_potter_hogwarts_mystery 2023-04-11 cclao@google.com Vulkan: Let recordWriteBarrier use CommandBufferHelper 2023-04-11 romanl@google.com Avoid "KeyError: 'exit_code'" error in failed shard detection 2023-04-11 cclao@google.com Vulkan: Add commandQueueWaitSemaphoresTotal perf counter 2023-04-11 ynovikov@chromium.org Fix UWP build 2023-04-11 romanl@google.com Set target_sdk_version to 33 instead of system_current 2023-04-11 kkinnunen@apple.com CGL: Remove the impl preprocessor guards 2023-04-11 zzyiwei@chromium.org Vulkan: enable precisionSafeDivision for venus 2023-04-11 romanl@google.com Move targetSdkVersion to Android.bp and set to system_current 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 angle-team+autoroll@google.com,cwallez@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: cwallez@google.com Change-Id: Id9b1866abf59398e901bab34d15666abb3cb1b4b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/126962 Commit-Queue: Dawn Autoroller Kokoro: Kokoro Bot-Commit: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index f2581d8b92..ba594b8a06 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@bf11a801abbc82c660d83bb265520c3e140722f9', + 'url': '{chromium_git}/angle/angle@f507fe05cd854e9024a0cd983e9468a9fb282fb0', 'condition': 'dawn_standalone', },