Skip to content

Commit

Permalink
Roll Dawn from 3183110b30f8 to 2d7fbc4b1f1b (10 revisions)
Browse files Browse the repository at this point in the history
https://dawn.googlesource.com/dawn.git/+log/3183110b30f8..2d7fbc4b1f1b

2025-01-07 [email protected] [tint][ir][val] Check types for bitcast
2025-01-07 [email protected] Validate UTF8 conversion is in range.
2025-01-07 [email protected] [dawn][emscripten] Fix typo from https://dawn-review.googlesource.com/c/dawn/+/220894
2025-01-07 [email protected] [vulkan] Suppress new VVL failures
2025-01-07 [email protected] Roll DirectX Shader Compiler from a8a4e98a2367 to d6d0b45e39f0 (1 revision)
2025-01-07 [email protected] Activate dawn M133
2025-01-07 dawn-automated-expectations@chops-service-accounts.iam.gserviceaccount.com Roll third_party/webgpu-cts/ ba2bd8ab9..10b66cd2f (9 commits)
2025-01-07 [email protected] Roll ANGLE from b01e9b58e390 to d1496a22a9fc (7 revisions)
2025-01-07 [email protected] Roll SwiftShader from 52586b554f93 to 3f9aa2089df1 (1 revision)
2025-01-07 [email protected] webgpu.h: Remove redundant compatibilityMode option

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 [email protected],[email protected] 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-Debian10-Clang-x86_64-Debug-Graphite_Dawn_Vulkan;skia/skia.primary:Test-Mac11-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: [email protected]
Change-Id: Iec0c3e21760ed898bc910416b769402ec3f5221a
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/935946
Bot-Commit: skia-autoroll <[email protected]>
Commit-Queue: skia-autoroll <[email protected]>
  • Loading branch information
skia-autoroll authored and SkCQ committed Jan 8, 2025
1 parent 8bbd583 commit fc8d77f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ deps = {
"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@3183110b30f8ee668c01da253571dd2fdaf24c99",
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@2d7fbc4b1f1b9d17fa4400d1be849e7f52291de1",
"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://skia.googlesource.com/external/github.com/abseil/abseil-cpp.git@65a55c2ba891f6d2492477707f4a2e327a0b40dc",
Expand Down
2 changes: 1 addition & 1 deletion bazel/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def c_plus_plus_deps(ws = "@skia"):
new_git_repository(
name = "dawn",
build_file = ws + "//bazel/external/dawn:BUILD.bazel",
commit = "3183110b30f8ee668c01da253571dd2fdaf24c99",
commit = "2d7fbc4b1f1b9d17fa4400d1be849e7f52291de1",
remote = "https://dawn.googlesource.com/dawn.git",
)

Expand Down
2 changes: 1 addition & 1 deletion infra/bots/deps/deps_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fc8d77f

Please sign in to comment.