Roll Dawn from f3220117fc62 to 3d47c8a32f07 (12 revisions)
https://dawn.googlesource.com/dawn.git/+log/f3220117fc62..3d47c8a32f07
2025-06-10 dsinclair@chromium.org [ir] When raising to a program handle unreachable as function terminator.
2025-06-10 dsinclair@chromium.org [spirv-reader][ir] Support unused position in a structure.
2025-06-10 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from a8da66d363b0 to a787766551aa (6 revisions)
2025-06-09 rharrison@chromium.org [tint][msl] Validate BindingOptions in CanGenerate
2025-06-09 dsinclair@chromium.org [spirv-reader][ir] Support `WorkgroupSize` annotation.
2025-06-09 dsinclair@chromium.org [spirv-reader][ir] Support `OpSpecConstantComposite`.
2025-06-09 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from eb409b91947d to fd5c9819b04f (6 revisions)
2025-06-09 diejorarr@gmail.com [tint] Add documentation for texel buffer extension
2025-06-09 bajones@chromium.org Add 9060 XT and a couple more AMD GPUs to gpu_info
2025-06-09 alanbaker@google.com SPIR-V 1.4: Support OpCopyLogical
2025-06-09 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 3a15fab06cff to a8da66d363b0 (1 revision)
2025-06-09 xing.xu@intel.com Fix incorrect x y usage when calculating offsets for the resolve rect
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,gman@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: gman@google.com
Change-Id: Id8b968c34eaf24d476f9a0d8e00ef5cfd97e7e3b
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/1005098
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 39da54a..fe5fc4f 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@f3220117fc622e6d7a3c253d6787a9eba9807fed",
+ "third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@3d47c8a32f07bdc91840ae56d94c247a66b6c47f",
"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@04dc59d2c83238cb1fcb49083e5e416643a899ce",
diff --git a/bazel/deps.json b/bazel/deps.json
index f9284cd..e5ac952 100644
--- a/bazel/deps.json
+++ b/bazel/deps.json
@@ -3,7 +3,7 @@
"direct": [
{
"build_file": "//bazel/external/dawn:BUILD.bazel",
- "commit": "f3220117fc622e6d7a3c253d6787a9eba9807fed",
+ "commit": "3d47c8a32f07bdc91840ae56d94c247a66b6c47f",
"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 04ff72b..90017ae 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: "f3220117fc622e6d7a3c253d6787a9eba9807fed",
+ Version: "3d47c8a32f07bdc91840ae56d94c247a66b6c47f",
Path: "third_party/externals/dawn",
},
"infra/3pp/tools/ninja": {