Skip to content

Commit

Permalink
Manual roll Dawn from c77cb9bbcd29 to be5b722c82af (26 revisions)
Browse files Browse the repository at this point in the history
Manual roll requested by [email protected]

https://dawn.googlesource.com/dawn.git/+log/c77cb9bbcd29..be5b722c82af

2025-02-20 [email protected] Roll SwiftShader from 6805177bec3f to d7ed113c66ec (1 revision)
2025-02-20 [email protected] Dawn/Native: Support SetImmediateData() in Pass Encoders
2025-02-20 [email protected] Roll vulkan-deps from 126c9b378eb7 to e8e86f2f8677 (8 revisions)
2025-02-20 [email protected] Roll DirectX Shader Compiler from 8967dacb03f1 to d5951b74d763 (1 revision)
2025-02-20 [email protected] Roll ANGLE from f102ef023fcb to 91d0c56b6848 (6 revisions)
2025-02-19 [email protected] Add a dawn wire client API to request a device's id and generation
2025-02-19 [email protected] [spirv-reader][ir] Add support for OpFOrdEqual.
2025-02-19 [email protected] [spirv-reader][ir] Convert OpBitwiseXor
2025-02-19 [email protected] [spirv-reader][ir] Convert OpBitwiseOr
2025-02-19 [email protected] Roll SwiftShader from 720189cae847 to 6805177bec3f (1 revision)
2025-02-19 [email protected] Make depth format with filtering sample an error.
2025-02-19 [email protected] [spirv-reader][ir] Convert OpBitwiseAnd
2025-02-19 [email protected] [emscripten] Update CMakeLists.txt for latest Emscripten
2025-02-19 [email protected] [vulkan] Manually query vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR
2025-02-19 [email protected] Roll DirectX Shader Compiler from fcbd2a184294 to 8967dacb03f1 (1 revision)
2025-02-19 [email protected] infra: Add metrics_project property to $build/siso even on Win builders
2025-02-19 [email protected] Change check to assert for VVL error
2025-02-19 [email protected] [dawn][native] Better control lifetime of transient uploads.
2025-02-19 [email protected] [spirv-reader][ir] Implement OpConvertUToF
2025-02-19 [email protected] [spirv-reader][ir] Implement `OpConvertSToF`.
2025-02-19 [email protected] Always create empty bind group layout when creating default pipeline layout
2025-02-19 [email protected] siso: update to version 1.1.15
2025-02-19 [email protected] Roll ANGLE from 8dda514cb833 to f102ef023fcb (3 revisions)
2025-02-19 [email protected] Dawn: ShaderModule lazily recreate the tintProgram in GetTintProgram
2025-02-19 [email protected] Roll vulkan-deps from 5d08bc0b0e23 to 126c9b378eb7 (13 revisions)
2025-02-19 [email protected] Dawn: Tighten the scope of ScopedTintICEHandler

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],[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],[email protected]
Test: Test: dawn_unittests
Test: Test: https://ci.chromium.org/b/8722538971160256257
Change-Id: I347fe20cbea78f3558921078e044f9c8861a37f5
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/953701
Commit-Queue: skia-autoroll <[email protected]>
Bot-Commit: skia-autoroll <[email protected]>
  • Loading branch information
skia-autoroll authored and SkCQ committed Feb 20, 2025
1 parent 6e3c8ea commit 63c885d
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@c77cb9bbcd295604893576d3f3377d61ca916243",
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@be5b722c82af5aa6b2872400ea8fac57dc46c714",
"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 = "c77cb9bbcd295604893576d3f3377d61ca916243",
commit = "be5b722c82af5aa6b2872400ea8fac57dc46c714",
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 63c885d

Please sign in to comment.