Roll Dawn from 01354c07cdb2 to 5a657da0d714 (18 revisions)

https://dawn.googlesource.com/dawn.git/+log/01354c07cdb2..5a657da0d714

2024-11-28 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 98dfb0397c0e to 98a8a8fac1a0 (9 revisions)
2024-11-28 jiawei.shao@intel.com D3D12: Move the code to fill TextureCopySubresource::CopyInfo to one function
2024-11-28 dawn-automated-expectations@chops-service-accounts.iam.gserviceaccount.com Roll third_party/webgpu-cts/ 43ac618ba..a546ae203 (3 commits)
2024-11-28 petermcneeley@google.com [tint] Early evaluation errors for subgroup and quad broadcast
2024-11-27 lokokung@google.com [dawn][headers] Add GetLostFuture to native and wire.
2024-11-27 rharrison@chromium.org [tint][ir][val] Enforce rules around scope for function vars
2024-11-27 senorblanco@chromium.org Compat CTS: remove unexpected passes.
2024-11-27 lokokung@google.com [dawn][headers] Remove device callback setters for lost and error.
2024-11-27 amaiorano@google.com dawn/hlsl: revert dumping HLSL if compilation fails
2024-11-27 lokokung@google.com [dawn][test] Update all device callbacks in tests.
2024-11-27 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 2e25ea1e727e to b6b826b32b5b (3 revisions)
2024-11-27 jrprice@google.com [msl] Skip TINT_ISOLATE_UB for finite loops
2024-11-27 dsinclair@chromium.org [vulkan] Update buffer barrier emission.
2024-11-27 dsinclair@chromium.org Shuffle `tint` preprocessor blocks
2024-11-27 dsinclair@chromium.org Remove some macro usage from `tint`.
2024-11-27 dsinclair@chromium.org [tint] Call AST transforms in the `Generate` methods.
2024-11-27 jrprice@google.com [ir] Add a LoopAnalysis helper
2024-11-27 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 777fd9127dd4 to 2e25ea1e727e (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/dawn-skia-autoroll
Please CC cwallez@google.com,shrekshao@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: shrekshao@google.com
Change-Id: Ibf414dffe8911df8e44ecade66475cae6b139c40
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/925429
Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS
index a553c46..a6788e7 100644
--- a/DEPS
+++ b/DEPS
@@ -36,7 +36,7 @@
   "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@01354c07cdb26f0484244561052d62b8340b4254",
+  "third_party/externals/dawn"                   : "https://dawn.googlesource.com/dawn.git@5a657da0d714a201775a0557063ddfcad3ad580e",
   "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 bcf7fa3..7a281aa 100644
--- a/bazel/deps.bzl
+++ b/bazel/deps.bzl
@@ -30,7 +30,7 @@
     new_git_repository(
         name = "dawn",
         build_file = ws + "//bazel/external/dawn:BUILD.bazel",
-        commit = "01354c07cdb26f0484244561052d62b8340b4254",
+        commit = "5a657da0d714a201775a0557063ddfcad3ad580e",
         remote = "https://dawn.googlesource.com/dawn.git",
     )
 
diff --git a/infra/bots/deps/deps_gen.go b/infra/bots/deps/deps_gen.go
index 1379236..774b014 100644
--- a/infra/bots/deps/deps_gen.go
+++ b/infra/bots/deps/deps_gen.go
@@ -154,7 +154,7 @@
 	},
 	"dawn.googlesource.com/dawn": {
 		Id:      "dawn.googlesource.com/dawn",
-		Version: "01354c07cdb26f0484244561052d62b8340b4254",
+		Version: "5a657da0d714a201775a0557063ddfcad3ad580e",
 		Path:    "third_party/externals/dawn",
 	},
 	"github.com/skia-dev/delaunator-cpp": {