Roll Dawn from caeda3b8046d to e5c5c65f60a7 (12 revisions)
https://dawn.googlesource.com/dawn.git/+log/caeda3b8046d..e5c5c65f60a7
2024-10-01 rharrison@chromium.org [tint][ir][val] Check function parameter types
2024-10-01 amaiorano@google.com HLSL-IR: implement LocalizeStructArrayAssignment for FXC
2024-10-01 dsinclair@chromium.org [glsl][ir] Split uniform texture code from texture polyfill.
2024-10-01 dsinclair@chromium.org [glsl][ir] Add support for getting texture information from unifrom
2024-10-01 dsinclair@chromium.org [glsl][ir] Handle texture transforms
2024-10-01 dsinclair@chromium.org [glsl][ir] Regenerate skips
2024-10-01 dsinclair@chromium.org [glsl][ir] Add a transform to remove pointer lets.
2024-10-01 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from bdcc920e57a1 to bc1fb7b568ea (12 revisions)
2024-10-01 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 8580e3a98e50 to 72ca2005cd32 (1 revision)
2024-10-01 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from e06b07a992c6 to 65ece0290023 (4 revisions)
2024-10-01 vrepets@google.com Fix function declaration for compile-time compatibility with Android<26
2024-10-01 cwallez@chromium.org Use wgpu::StringView for input strings.
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-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
Test: Test: build and deploy Android sample
Change-Id: Ic47eb159a0462fe5bdec9790eac8ad48f81d1641
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/905279
Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS
index 01c8f52..20419fb 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@caeda3b8046d6f335c3d3efdeaf93e2a52ab4410",
+ "third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@e5c5c65f60a77bc0da022e53b086d77deafd5b59",
"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 3ff0090..d5df6a0 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 = "caeda3b8046d6f335c3d3efdeaf93e2a52ab4410",
+ commit = "e5c5c65f60a77bc0da022e53b086d77deafd5b59",
remote = "https://dawn.googlesource.com/dawn.git",
)
diff --git a/infra/bots/deps/deps_gen.go b/infra/bots/deps/deps_gen.go
index cb95318..acfe62f 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: "caeda3b8046d6f335c3d3efdeaf93e2a52ab4410",
+ Version: "e5c5c65f60a77bc0da022e53b086d77deafd5b59",
Path: "third_party/externals/dawn",
},
"infra/3pp/tools/ninja": {