Roll Dawn from 87ae884a3c56 to 0f93cd5124d8 (16 revisions)
https://dawn.googlesource.com/dawn.git/+log/87ae884a3c56..0f93cd5124d8
2025-07-31 bsheedy@google.com Add PACKAGE.star
2025-07-30 jrprice@google.com [dawn] Remove obsolete ValidateComputeStageWorkgroupSize overload
2025-07-30 jrprice@google.com [metal] Set language version to 3.2 if logging is enabled
2025-07-30 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 7cd1022cdc50 to 681d07e76d8e (1 revision)
2025-07-30 rharrison@chromium.org [tint][fuzz] Implement corpus generation in Go
2025-07-30 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from e286ef784996 to f8aecaf95180 (3 revisions)
2025-07-30 shrekshao@google.com Fix -Wpedantic for __int128 for absl when building tint ir fuzz
2025-07-30 rharrison@chromium.org [tint][fuzz] Support generating IR corpus on the fly
2025-07-30 kainino@chromium.org [cmake] Remove fetch_dawn_dependencies.sh --use-test-deps
2025-07-30 beaufort.francois@gmail.com Clean api,operation,adapter,requestDevice CTS failure expectations
2025-07-30 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll DirectX Shader Compiler from 143da22bf733 to 4c8d21a0de9f (2 revisions)
2025-07-30 jimblackler@google.com Kotlin: fix for change in monolithic library build options.
2025-07-30 bkaya@google.com Revert "Kotlin: Include the license in the generated files."
2025-07-30 lokokung@google.com [dawn][tests] Suppress ComputeDispatchTests.MaxWorkgroups for WARP.
2025-07-30 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 4bd5bd8d51e4 to 7cd1022cdc50 (1 revision)
2025-07-30 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 9635df8e9269 to e286ef784996 (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,lokokung@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: lokokung@google.com
Test: Test: ./gradlew publishToMavenLocal
Change-Id: I24fdbdb8740e9ac8a84ae7fa30f2a15cd6a8d8dd
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/1029680
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 d655ec2..3952725 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@87ae884a3c56a8b7ea781764090233185e0ac8d1",
+ "third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@0f93cd5124d8b749c622e1f4f6d4fe32df163023",
"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@cae4b6a3990e1431caa09c7b2ed1c76d0dfeab17",
diff --git a/bazel/deps.json b/bazel/deps.json
index 0d3fe04..4ea0596 100644
--- a/bazel/deps.json
+++ b/bazel/deps.json
@@ -3,7 +3,7 @@
"direct": [
{
"build_file": "//bazel/external/dawn:BUILD.bazel",
- "commit": "87ae884a3c56a8b7ea781764090233185e0ac8d1",
+ "commit": "0f93cd5124d8b749c622e1f4f6d4fe32df163023",
"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 80c4171..71eb53e 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: "87ae884a3c56a8b7ea781764090233185e0ac8d1",
+ Version: "0f93cd5124d8b749c622e1f4f6d4fe32df163023",
Path: "third_party/externals/dawn",
},
"infra/3pp/tools/ninja": {