Roll Dawn from ced2fcb5d664 to 8c8e27355e12 (12 revisions)
https://dawn.googlesource.com/dawn.git/+log/ced2fcb5d664..8c8e27355e12
2025-01-10 dsinclair@chromium.org [spirv-reader][ir] Add a `CullDistance` builtin.
2025-01-10 dsinclair@chromium.org Mark some enum entries as `@internal`
2025-01-09 rharrison@chromium.org [tint][ir][val] Split up unittests into multiple files
2025-01-09 tikuta@google.com add missing includes for the build with use_libcxx_modules
2025-01-09 rharrison@chromium.org [tint][ir][fuzz] Add documentation for `tint_ir_fuzzer`
2025-01-09 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from dcd45f44fa2c to e264c58f9b0f (2 revisions)
2025-01-09 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 71980a30e08c to cf9949b34a10 (4 revisions)
2025-01-09 lehoangquyen@chromium.org D3D11: Do not use half UAV slots for maxUAVsPerStage in feature level 11
2025-01-09 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from d78cef7194c1 to dcd45f44fa2c (92 revisions)
2025-01-09 jrprice@google.com Update go.sum entries
2025-01-09 shaoboyan@microsoft.com [Spirv] Clamp frag depth using push constant values
2025-01-09 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from d1496a22a9fc to 71980a30e08c (13 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,jrprice@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-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: jrprice@google.com
Change-Id: Iaf1a38dc24aa43eb847b0e11b5bf30c42a2ca600
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/936886
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 aa6c40f..d04f4eb 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@ced2fcb5d664917b7c8dc98bf3a3bc7d033d38f8",
+ "third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@8c8e27355e127401b523e10ce908446719bcf030",
"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",
diff --git a/bazel/deps.bzl b/bazel/deps.bzl
index f7f9fa4..b33dc56 100644
--- a/bazel/deps.bzl
+++ b/bazel/deps.bzl
@@ -30,7 +30,7 @@
new_git_repository(
name = "dawn",
build_file = ws + "//bazel/external/dawn:BUILD.bazel",
- commit = "ced2fcb5d664917b7c8dc98bf3a3bc7d033d38f8",
+ commit = "8c8e27355e127401b523e10ce908446719bcf030",
remote = "https://dawn.googlesource.com/dawn.git",
)
diff --git a/infra/bots/deps/deps_gen.go b/infra/bots/deps/deps_gen.go
index ca18fbe..46ad56b 100644
--- a/infra/bots/deps/deps_gen.go
+++ b/infra/bots/deps/deps_gen.go
@@ -149,7 +149,7 @@
},
"dawn.googlesource.com/dawn": {
Id: "dawn.googlesource.com/dawn",
- Version: "ced2fcb5d664917b7c8dc98bf3a3bc7d033d38f8",
+ Version: "8c8e27355e127401b523e10ce908446719bcf030",
Path: "third_party/externals/dawn",
},
"infra/3pp/tools/ninja": {