Manual roll Dawn from 90b955a8bf93 to b0d038d01ff9 (25 revisions)
Manual roll requested by robertphillips@google.com
https://dawn.googlesource.com/dawn.git/+log/90b955a8bf93..b0d038d01ff9
2024-10-08 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from dd729cf1f807 to beeb7125f812 (9 revisions)
2024-10-08 cwallez@chromium.org Rename more mentions of "swapchain" to talk about "surface".
2024-10-08 cwallez@chromium.org Remove the `SurfaceCapabilities` feature.
2024-10-08 cwallez@chromium.org webgpu.h: Remove device argument from GetProcAddress
2024-10-08 jrprice@google.com [glsl] Add OffsetFirstIndex transform
2024-10-08 jrprice@google.com [glsl] Clamp frag depth using push constant values
2024-10-08 jrprice@google.com [glsl] Set up internal push constants
2024-10-08 dsinclair@chromium.org [glsl][ir] Polyfill `textureSampleGrad`
2024-10-08 amaiorano@google.com HLSL-IR: mark infinite loop detected as INVALID
2024-10-08 dsinclair@chromium.org [glsl][ir] Polyfill `textureSampleLevel`
2024-10-08 dsinclair@chromium.org [glsl][ir] Polyfill `textureSampleBias`
2024-10-08 jrprice@google.com [wgsl] Resolve push_constant access as read-only
2024-10-08 dsinclair@chromium.org [glsl][ir] Polyfill `textureSample`
2024-10-08 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 53b9dcdc1133 to 166b72c95240 (10 revisions)
2024-10-08 dsinclair@chromium.org [glsl][ir] Move robustness transform
2024-10-07 jrprice@google.com [ir] Do not wrap structs with @block attribute
2024-10-07 jrprice@google.com [ir] Add transform to prepare push constants
2024-10-07 dsinclair@chromium.org [glsl][ir] Polyfill `textureGatherCompare`
2024-10-07 dsinclair@chromium.org [glsl][ir] Polyfill `textureGather`
2024-10-07 dsinclair@chromium.org [glsl][ir] Handle combined samplers for texture only calls.
2024-10-07 dsinclair@chromium.org [ir] Update DirectrVariableAccess to add `handle`.
2024-10-07 ynovikov@chromium.org Suppress WebGPU CTS tests flaky on Mac AMD
2024-10-07 ynovikov@chromium.org Compat CTS: more Pixel 6 flaky suppressions
2024-10-07 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from aacbf041f6cd to 53b9dcdc1133 (1 revision)
2024-10-07 lokokung@google.com [dawn][emscripten] Removes SwapChain remnants in Emscripten bindings.
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,robertphillips@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: amaiorano@google.com,robertphillips@google.com
Change-Id: If30fb17c2524a944a1446d73c203e23f8b60d6ca
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/907427
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 3ad9fda..ff0bfc1 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@90b955a8bf93ed8cd3bb968fded69565fb5a75fb",
+ "third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@b0d038d01ff9c877cb0e73804377a7e5f388eb13",
"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 68e4bde..58f4696 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 = "90b955a8bf93ed8cd3bb968fded69565fb5a75fb",
+ commit = "b0d038d01ff9c877cb0e73804377a7e5f388eb13",
remote = "https://dawn.googlesource.com/dawn.git",
)
diff --git a/infra/bots/deps/deps_gen.go b/infra/bots/deps/deps_gen.go
index 9cb0253..a4f5f09 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: "90b955a8bf93ed8cd3bb968fded69565fb5a75fb",
+ Version: "b0d038d01ff9c877cb0e73804377a7e5f388eb13",
Path: "third_party/externals/dawn",
},
"infra/3pp/tools/ninja": {