From cf67bf31e0241fa06781816be58e869aecec7b68 Mon Sep 17 00:00:00 2001 From: skia-autoroll Date: Sat, 21 Dec 2024 07:29:54 -0800 Subject: [PATCH] Manual roll Dawn from bd302da5fe83 to ef00af577667 (10 revisions) Manual roll requested by robertphillips@google.com https://dawn.googlesource.com/dawn.git/+log/bd302da5fe83..ef00af577667 2024-12-21 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 2849e8f11e55 to 81a41e4f10f9 (1 revision) 2024-12-21 lehoangquyen@chromium.org Tint/IR/HLSL: disable robustness on texture. 2024-12-20 petermcneeley@google.com [tint] Add a const param validator 2024-12-20 petermcneeley@google.com [dawn] Remove Adreno suppression 2024-12-20 tikuta@google.com add missing includes for the build with use_libcxx_modules 2024-12-20 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from febba52af3c6 to 2849e8f11e55 (3 revisions) 2024-12-20 lehoangquyen@chromium.org D3D11: Don't return error if CheckFeatureSupport(Options5) fails. 2024-12-20 lokokung@google.com [dawn] Removes old non-overridden non-Future entry. 2024-12-20 lokokung@google.com [dawn] Suppress more multithread device dropping tests. 2024-12-20 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 8016c2c0e63a to febba52af3c6 (2 revisions) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-skia-autoroll Please CC cwallez@google.com,robertphillips@google.com,senorblanco@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Dawn: https://bugs.chromium.org/p/dawn/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://issues.skia.org/issues/new?component=1389291&template=1850622 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-Debug-Graphite_Dawn_Vulkan;skia/skia.primary:Test-Mac11-Clang-MacMini9.1-GPU-AppleM1-arm64-Debug-All-ASAN_Graphite_Dawn_Metal;skia/skia.primary:Test-Win10-MSVC-Golo-GPU-QuadroP400-x86_64-Release-All-Graphite_Dawn_D3D12;skia/skia.primary:Test-Win10-MSVC-Golo-GPU-QuadroP400-x86_64-Release-All-Graphite_Dawn_D3D11 Bug: None Tbr: senorblanco@google.com,robertphillips@google.com Change-Id: Ia7700122617b677059188d57037f9b782c3a750a Reviewed-on: https://skia-review.googlesource.com/c/skia/+/931772 Commit-Queue: skia-autoroll Bot-Commit: skia-autoroll --- DEPS | 2 +- bazel/deps.bzl | 2 +- infra/bots/deps/deps_gen.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index a6f140c977f..54a215983d6 100644 --- a/DEPS +++ b/DEPS @@ -36,7 +36,7 @@ deps = { "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. # When the Dawn revision is updated these should be updated from the Dawn DEPS as well. - "third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@bd302da5fe833e6662c71b5762e4c75405792c17", + "third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@ef00af577667d4163df4e134e7ab8ebced694492", "third_party/externals/jinja2" : "https://chromium.googlesource.com/chromium/src/third_party/jinja2@e2d024354e11cc6b041b0cff032d73f0c7e43a07", "third_party/externals/markupsafe" : "https://chromium.googlesource.com/chromium/src/third_party/markupsafe@0bad08bb207bbfc1d6f3bbc82b9242b0c50e5794", "third_party/externals/abseil-cpp" : "https://skia.googlesource.com/external/github.com/abseil/abseil-cpp.git@65a55c2ba891f6d2492477707f4a2e327a0b40dc", diff --git a/bazel/deps.bzl b/bazel/deps.bzl index 59d21d411e8..dff2bc57f45 100644 --- a/bazel/deps.bzl +++ b/bazel/deps.bzl @@ -30,7 +30,7 @@ def c_plus_plus_deps(ws = "@skia"): new_git_repository( name = "dawn", build_file = ws + "//bazel/external/dawn:BUILD.bazel", - commit = "bd302da5fe833e6662c71b5762e4c75405792c17", + commit = "ef00af577667d4163df4e134e7ab8ebced694492", remote = "https://dawn.googlesource.com/dawn.git", ) diff --git a/infra/bots/deps/deps_gen.go b/infra/bots/deps/deps_gen.go index 56bd4c42241..ae4733d6428 100644 --- a/infra/bots/deps/deps_gen.go +++ b/infra/bots/deps/deps_gen.go @@ -149,7 +149,7 @@ var deps = deps_parser.DepsEntries{ }, "dawn.googlesource.com/dawn": { Id: "dawn.googlesource.com/dawn", - Version: "bd302da5fe833e6662c71b5762e4c75405792c17", + Version: "ef00af577667d4163df4e134e7ab8ebced694492", Path: "third_party/externals/dawn", }, "infra/3pp/tools/ninja": {