Roll Dawn from bc96cfcbee13 to d4d10c202a39 (15 revisions)

https://dawn.googlesource.com/dawn.git/+log/bc96cfcbee13..d4d10c202a39

2025-11-04 lehoangquyen@chromium.org D3D11: Cache shader objects from same shader blobs.
2025-11-04 bsheedy@google.com Roll //testing
2025-11-04 jimblackler@google.com Kotlin: async adapters included directly into objects.
2025-11-04 savella@microsoft.com Create SharedTextureMemory from D3D12 resource
2025-11-04 savella@microsoft.com Expose the 11On12 device and Command Queue via backend
2025-11-03 kjlubick@google.com Make some third_party deps configurable in CMake
2025-11-03 rharrison@chromium.org [tint][val] Remove 'name' field from BuiltInCheck
2025-11-03 jimblackler@google.com Kotlin: Simplify kotlin_name method
2025-11-03 jrprice@google.com Remove linux-dawn-nvidia-1660-exp-rel from CTS rolls
2025-11-03 bsheedy@google.com Reland "Reland "Add Linux/Intel UHD 770 coverage to CQ""
2025-11-03 jrprice@google.com [spirv] Support zero-value construct for all types
2025-11-03 kainino@chromium.org Revert "Roll emsdk to 4.0.18"
2025-11-03 jrprice@google.com [fuzz] Add kAllowResourceBinding on BindingRemapper output
2025-11-03 jrprice@google.com [fuzz] Specify visibility of LLVMFuzzerInitialize
2025-11-03 mail@kraenhansen.dk Remove duplicate comment from ManualConstructors.cpp

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 alanbaker@google.com,cwallez@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: alanbaker@google.com
Test: Test: ./gradlew connectedAndroidTest
Change-Id: If1f2080f0acacbe215e5f828d6079801ad93b469
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/1092280
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 9795ef7..f5e2fef 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@bc96cfcbee1333aeee977b7d710bfab913ebfbd9",
+  "third_party/externals/dawn"                   : "https://dawn.googlesource.com/dawn.git@d4d10c202a398b7da51a8cbf665394abf573758f",
   "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 d545ee1..ef5b2d0 100644
--- a/bazel/deps.json
+++ b/bazel/deps.json
@@ -3,7 +3,7 @@
   "direct": [
     {
       "build_file": "//bazel/external/dawn:BUILD.bazel",
-      "commit": "bc96cfcbee1333aeee977b7d710bfab913ebfbd9",
+      "commit": "d4d10c202a398b7da51a8cbf665394abf573758f",
       "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 c015b30..af336db 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: "bc96cfcbee1333aeee977b7d710bfab913ebfbd9",
+		Version: "d4d10c202a398b7da51a8cbf665394abf573758f",
 		Path:    "third_party/externals/dawn",
 	},
 	"infra/3pp/tools/ninja": {