Roll Dawn from f027ea435086 to 1bf0c98310db (26 revisions)
https://dawn.googlesource.com/dawn.git/+log/f027ea435086..1bf0c98310db
2025-10-24 dsinclair@chromium.org Require entry point in tint.
2025-10-24 dsinclair@chromium.org Add entry points to end2end test 7/7
2025-10-24 dsinclair@chromium.org Add entry points to end2end test 6/n
2025-10-24 dsinclair@chromium.org Add entry points to end2end test 5/n
2025-10-24 dsinclair@chromium.org Add entry points to end2end test 4/n
2025-10-23 dsinclair@chromium.org Add entry points to end2end test 3/n
2025-10-23 dsinclair@chromium.org Add entry points to end2end test 2/n
2025-10-23 dsinclair@chromium.org Add entry points to end2end test 1/n
2025-10-23 bsheedy@google.com Add Linux/Intel UHD 630 to CQ
2025-10-23 dawn-automated-expectations@chops-service-accounts.iam.gserviceaccount.com Roll third_party/webgpu-cts/ d8631014b..95042527d (1 commit)
2025-10-23 bsheedy@google.com Suppress QueueTimelineTests.MapRead_OnWorkDone
2025-10-23 bsheedy@google.com Suppress AsyncTaskTest.Basic
2025-10-23 bsheedy@google.com Enable Win/x64/GTX 1660 tests
2025-10-23 bsheedy@google.com Add Mac/AMD 5300M coverage to CQ
2025-10-23 shrekshao@google.com [WebGPU backend] Fix incorrect usage bit operation
2025-10-23 kainino@chromium.org [emscripten] Enable building with Closure Compiler when possible
2025-10-23 lehoangquyen@chromium.org D3D11: Add trace events for Create*Shader
2025-10-23 rharrison@chromium.org [docs] Update documentation around Fuzzers on MacOS
2025-10-23 jrprice@google.com [hlsl] Use & and >> instead of % and / for UBO indexing
2025-10-23 jrprice@google.com [wgsl] Relax constraints for uniform_buffer_standard_layout
2025-10-23 kylechar@google.com Fix issuing buffer barriers
2025-10-23 jimblackler@google.com Kotlin: Improve handling of return values.
2025-10-23 sainitarun@google.com Fix: WGPUBuffer getMappedRange with WGPU_WHOLE_MAP_SIZE
2025-10-23 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 3a2809033c0c to d35b89f2021f (11 revisions)
2025-10-23 jimblackler@google.com Kotlin: Don't wrap Future, WaitStatus or other async related entities.
2025-10-23 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from dd90c9921fd2 to a1c8ebb68f28 (20 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 amaiorano@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: amaiorano@google.com
Test: Test: ./gradlew connectedAndroidTest
Change-Id: I60a4420413fcc508cd192b5bf2929594ca2e8ca3
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/1083616
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 47b1d82..c7798a0 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@f027ea4350860470ff04ecfda07c5933754f69bb",
+ "third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@1bf0c98310db337f1cbf8ddd23a7ae41c7d80cb3",
"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 79fa6e7..4c39026 100644
--- a/bazel/deps.json
+++ b/bazel/deps.json
@@ -3,7 +3,7 @@
"direct": [
{
"build_file": "//bazel/external/dawn:BUILD.bazel",
- "commit": "f027ea4350860470ff04ecfda07c5933754f69bb",
+ "commit": "1bf0c98310db337f1cbf8ddd23a7ae41c7d80cb3",
"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 e81eb80..8f6dcd0 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: "f027ea4350860470ff04ecfda07c5933754f69bb",
+ Version: "1bf0c98310db337f1cbf8ddd23a7ae41c7d80cb3",
Path: "third_party/externals/dawn",
},
"infra/3pp/tools/ninja": {