Skip to content

Commit

Permalink
(Manual) Roll Dawn from 664e1e070201 to c755ec54aa80 (19 revisions)
Browse files Browse the repository at this point in the history
https://dawn.googlesource.com/dawn.git/+log/664e1e070201..c755ec54aa80

2023-04-28 [email protected] d3d11: enable BindGroupTests
2023-04-28 [email protected] Add Slow expectations for arithmetic expression tests
2023-04-28 [email protected] d3d12: Remove deprecated useFenceSynchronization param
2023-04-27 [email protected] Roll ANGLE from 5c0b4251bd2c to b875f47b0fbf (6 revisions)
2023-04-27 [email protected] [ir] Move `ir::Bitcast` to inherit `ir::Call`.
2023-04-27 [email protected] [ir] Make `ir::Discard` a child of `ir::Call`.
2023-04-27 [email protected] Roll vulkan-deps from f2700925e4c4 to 5abdeb9dc696 (10 revisions)
2023-04-27 [email protected] tint/type: Remove Source from Struct & StructMember
2023-04-27 [email protected] tint: Use type::Struct where possible
2023-04-27 [email protected] tint: Add StructMember attributes to sem.
2023-04-27 [email protected] tint/resolver: Clean up attribute resolving
2023-04-27 [email protected] [ir] Use the const eval results for expressions.
2023-04-27 [email protected] Roll SwiftShader from 3076b4c0d8ce to f0d31e0f4846 (1 revision)
2023-04-27 [email protected] Add transient attachments and initial Metal support
2023-04-27 [email protected] d3d12: Remove keyed mutex support
2023-04-27 [email protected] Run clang-format
2023-04-27 [email protected] [ir] Make ir::Instruction a ir::Value.
2023-04-27 [email protected] Make maxBindingsPerBindGroup 1000
2023-04-27 [email protected] [ir] Split AST and SEM sources out of core ir.

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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

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-Dawn;skia/skia.primary:Test-Mac11-Clang-MacMini9.1-GPU-AppleM1-arm64-Debug-All-Graphite_Dawn;skia/skia.primary:Test-Win10-MSVC-Golo-GPU-QuadroP400-x86_64-Release-All-Graphite_Dawn
Bug: None
Tbr: [email protected]
Change-Id: Ic65a96c6796a306493a9cc960032da57f75e795f
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/685996
Commit-Queue: Tyler Denniston <[email protected]>
Reviewed-by: Tyler Denniston <[email protected]>
Auto-Submit: Brian Osman <[email protected]>
  • Loading branch information
skia-autoroll authored and SkCQ committed Apr 28, 2023
1 parent 5fa6c88 commit 75201cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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@664e1e070201cc00fba02891a0f632e46c250aab",
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@c755ec54aa80d162416b9eba69a778b7e25dc73c",
"third_party/externals/jinja2" : "https://chromium.googlesource.com/chromium/src/third_party/jinja2@ee69aa00ee8536f61db6a451f3858745cf587de6",
"third_party/externals/markupsafe" : "https://chromium.googlesource.com/chromium/src/third_party/markupsafe@0944e71f4b2cb9a871bcbe353f95e889b64a611a",
"third_party/externals/abseil-cpp" : "https://skia.googlesource.com/external/github.com/abseil/abseil-cpp.git@cb436cf0142b4cbe47aae94223443df7f82e2920",
Expand Down
2 changes: 1 addition & 1 deletion bazel/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def git_repos_from_deps(ws = "@"):
new_git_repository(
name = "dawn",
build_file = ws + "//bazel/external/dawn:BUILD.bazel",
commit = "664e1e070201cc00fba02891a0f632e46c250aab",
commit = "c755ec54aa80d162416b9eba69a778b7e25dc73c",
remote = "https://dawn.googlesource.com/dawn.git",
)

Expand Down
1 change: 1 addition & 0 deletions bazel/external/dawn/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -1056,6 +1056,7 @@ TINT_SRCS = [
"src/tint/builtin/extension.h",
"src/tint/builtin/function.cc",
"src/tint/builtin/function.h",
"src/tint/builtin/interpolation.h",
"src/tint/builtin/interpolation_sampling.cc",
"src/tint/builtin/interpolation_sampling.h",
"src/tint/builtin/interpolation_type.cc",
Expand Down

0 comments on commit 75201cb

Please sign in to comment.