From 6858863377c3cb6c47f44ae473edd6507b36c9bd Mon Sep 17 00:00:00 2001 From: skia-autoroll Date: Fri, 28 Apr 2023 04:01:07 +0000 Subject: [PATCH] Roll ANGLE from 5c0b4251bd2c to adf21a927515 (8 revisions) https://chromium.googlesource.com/angle/angle.git/+log/5c0b4251bd2c..adf21a927515 2023-04-27 romanl@google.com Revert "When asserts enabled, log validation errors as WARN" 2023-04-27 cclao@google.com Vulkan: Clean up some of trace events 2023-04-27 cclao@google.com Vulkan: Make mLastSubmittedQueueSerial reflect what it means 2023-04-27 mark@lunarg.com Capture/Replay: Initialize MEC alpha test state 2023-04-27 blundell@chromium.org [ContextEGL] Synchronize state only when first making current 2023-04-27 cnorthrop@google.com Tests: Add Monster Hunter Stories trace 2023-04-27 i.nazarov@samsung.com Vulkan: Add missing ASSERTs to QueueSerial relation operators 2023-04-27 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 0b6a55056c05 to e055a80240d4 (569 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-skia-autoroll Please CC jmadill@google.com,tdenniston@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 Skia: https://bugs.chromium.org/p/skia/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 Cq-Include-Trybots: skia/skia.primary:Build-Debian10-Clang-x86_64-Release-ANGLE;skia/skia.primary:Build-Mac-Clang-arm64-Release-ANGLE;skia/skia.primary:Test-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia/skia.primary:Test-Win10-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-ANGLE;skia/skia.primary:Test-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE;skia/skia.primary:Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia/skia.primary:Test-Win10-Clang-NUC8i5BEK-GPU-IntelIris655-x86_64-Debug-All-ANGLE;skia/skia.primary:Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE Tbr: tdenniston@google.com Test: Test: angle_trace_tests --gtest_filter="*monster_hunter_stories*" Test: Test: angle_trace_tests --gtest_filter="*street_figher_iv_ce*" Change-Id: I834b3f79bd307efa3eb3574b0a52c5f21435d800 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/685020 Bot-Commit: skia-autoroll Commit-Queue: skia-autoroll --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 38315c4b8c5f..0c7197951fde 100644 --- a/DEPS +++ b/DEPS @@ -19,7 +19,7 @@ vars = { # ./tools/git-sync-deps deps = { "buildtools" : "https://chromium.googlesource.com/chromium/src/buildtools.git@b138e6ce86ae843c42a1a08f37903207bebcca75", - "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@5c0b4251bd2ceb89e0f92863e51da1fc6135ed59", + "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@adf21a9275155c8e70f7cceb3102fb19b365f21a", "third_party/externals/brotli" : "https://skia.googlesource.com/external/github.com/google/brotli.git@6d03dfbedda1615c4cba1211f8d81735575209c8", "third_party/externals/d3d12allocator" : "https://skia.googlesource.com/external/github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator.git@169895d529dfce00390a20e69c2f516066fe7a3b", # Dawn requires jinja2 and markupsafe for the code generator, tint for SPIRV compilation, and abseil for string formatting.