Roll Dawn from 01940842b667 to d8f0feef7c17 (14 revisions)

https://dawn.googlesource.com/dawn.git/+log/01940842b667..d8f0feef7c17

2025-10-06 bsheedy@google.com Add true no-op merge script
2025-10-03 petermcneeley@google.com Add device signature for exhastive limits test (uhd770)
2025-10-03 petermcneeley@google.com [tint] Polyfill case switch with if
2025-10-03 jrprice@google.com [metal] Expose the exact subgroup size for Apple GPUs
2025-10-03 gman@chromium.org Add CTS Testing Docs
2025-10-03 bajones@chromium.org Fix clearing of 3D textures with Vulkan backend
2025-10-03 cwallez@chromium.org [dawn][d3d12] Use the binding's BindingIndex for the HLSL register
2025-10-03 amaiorano@google.com tint ir validator: immediate pointers must be read access
2025-10-03 geofflang@chromium.org Remove assertion that WaitListEvent has >0 required signals
2025-10-03 bsheedy@google.com Fix gn_v2 CI shadow siso project
2025-10-03 cwallez@chromium.org [dawn][native] Remove BGL::GetBindingIndex(BindingNumber)
2025-10-03 gman@chromium.org Make replay/Error.h not use native/Error.h
2025-10-03 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll DirectX Shader Compiler from d10511ad1752 to ee1ca1e8f2a1 (3 revisions)
2025-10-03 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 7994bf76d7a9 to 62b00f866364 (11 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,dneto@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-Ubuntu24.04-Clang-x86_64-Debug-Graphite_Dawn_Vulkan;skia/skia.primary:Test-Mac14-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: dneto@google.com
Change-Id: Ie5d616f114954b3dbf6e10910844097f0eb4a979
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/1067256
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS
index 46a41ff..db3f079 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@01940842b667a7812d0e4ca0ef4367fbec294241",
+  "third_party/externals/dawn"                   : "https://dawn.googlesource.com/dawn.git@d8f0feef7c174a380963558abbbcfb6092afe2f4",
   "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://chromium.googlesource.com/chromium/src/third_party/abseil-cpp@9d692d669253232c024b20ae19d2ff0b581ee1cd",
diff --git a/bazel/deps.json b/bazel/deps.json
index 5a215a7..f23ec36 100644
--- a/bazel/deps.json
+++ b/bazel/deps.json
@@ -3,7 +3,7 @@
   "direct": [
     {
       "build_file": "//bazel/external/dawn:BUILD.bazel",
-      "commit": "01940842b667a7812d0e4ca0ef4367fbec294241",
+      "commit": "d8f0feef7c174a380963558abbbcfb6092afe2f4",
       "name": "dawn",
       "remote": "https://dawn.googlesource.com/dawn.git"
     },
diff --git a/infra/bots/deps/deps_gen.go b/infra/bots/deps/deps_gen.go
index b34f060..cb22a0d 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: "01940842b667a7812d0e4ca0ef4367fbec294241",
+		Version: "d8f0feef7c174a380963558abbbcfb6092afe2f4",
 		Path:    "third_party/externals/dawn",
 	},
 	"infra/3pp/tools/ninja": {