Manual roll Dawn from 1bb06c07d91e to be6033b3c823 (14 revisions) Manual roll requested by robertphillips@google.com https://dawn.googlesource.com/dawn.git/+log/1bb06c07d91e..be6033b3c823 2026-09-02 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from b609383291b3 to 7e6977195003 (12 revisions) 2026-09-02 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 5d22b150f1b0 to c6d0d5135e93 (842 revisions) 2026-09-02 lokokung@google.com Reland "[utils] Adds Span::FillBytes as a workaround for ASAN timeouts." 2026-09-02 angdaniel@google.com Spanification of src/dawn/tests/DawnTest.cpp, etc. 2026-09-01 lokokung@google.com [wasm] Replace Iterator with IteratorLike in return type annotations. 2026-09-01 lokokung@google.com Revert "[utils] Adds Span::FillBytes as a workaround for ASAN timeouts." 2026-09-01 dsinclair@chromium.org [val] Remove structural check IR requirement. 2026-09-01 dsinclair@chromium.org Move validator into validator/ folder. 2026-09-01 rharrison@chromium.org [fuzz] Include required coverage tools in experiment output 2026-09-01 amaiorano@google.com [d3d11] Spanify Texture Write methods 2026-09-01 lokokung@google.com [common] Update SerialStorage to use Span instead of pointers. 2026-09-01 bsheedy@google.com Add arm64 Mac/CMake builders 2026-09-01 dsinclair@chromium.org Move ir/type/array_count up to ir/ 2026-09-01 rharrison@chromium.org [fuzz] Use .runtime_deps for copying fuzzer binaries 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,robertphillips@google.com,shrekshao@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-Win11-MSVC-Golo-GPU-QuadroP400-x86_64-Release-All-Graphite_Dawn_D3D12;skia/skia.primary:Test-Win11-MSVC-Golo-GPU-QuadroP400-x86_64-Release-All-Graphite_Dawn_D3D11 Bug: None Tbr: shrekshao@google.com,robertphillips@google.com Change-Id: I7bb7378a9ef0820e257f3153f1b73078c774e6e6 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/1347936 Bot-Commit: skia-autoroll@skia-public.iam.gserviceaccount.com <skia-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: skia-autoroll@skia-public.iam.gserviceaccount.com <skia-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS index 352d675..80a663d 100644 --- a/DEPS +++ b/DEPS
@@ -39,7 +39,7 @@ # Dawn requires jinja2 and markupsafe for the code generator, abseil for string formatting, # and a few other depencencies. # 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@1bb06c07d91eae6a1cf2cc3a0e911a9161f5f8e8", + "third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@be6033b3c82301df3559d02f6b14671ba7b1ce08", "third_party/externals/abseil-cpp" : "https://chromium.googlesource.com/chromium/src/third_party/abseil-cpp@435e7d977fb36fb47854a4c552c0706dad0bd7cf", "third_party/externals/jinja2" : "https://chromium.googlesource.com/chromium/src/third_party/jinja2@c3027d884967773057bf74b957e3fea87e5df4d7", "third_party/externals/markupsafe" : "https://chromium.googlesource.com/chromium/src/third_party/markupsafe@4256084ae14175d38a3ff7d739dca83ae49ccec6",
diff --git a/bazel/deps.json b/bazel/deps.json index 726a55f..b0bdc40 100644 --- a/bazel/deps.json +++ b/bazel/deps.json
@@ -9,7 +9,7 @@ }, { "build_file": "//bazel/external/dawn:BUILD.bazel", - "commit": "1bb06c07d91eae6a1cf2cc3a0e911a9161f5f8e8", + "commit": "be6033b3c82301df3559d02f6b14671ba7b1ce08", "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 2e4e95f..d17eb60 100644 --- a/infra/bots/deps/deps_gen.go +++ b/infra/bots/deps/deps_gen.go
@@ -174,7 +174,7 @@ }, "dawn.googlesource.com/dawn": { Id: "dawn.googlesource.com/dawn", - Version: "1bb06c07d91eae6a1cf2cc3a0e911a9161f5f8e8", + Version: "be6033b3c82301df3559d02f6b14671ba7b1ce08", Path: "third_party/externals/dawn", }, "infra/3pp/tools/ninja": {