Skip to content

Commit

Permalink
Roll Dawn from 1e1834a4ce8b to 3c4fddf3e3a2 (9 revisions)
Browse files Browse the repository at this point in the history
https://dawn.googlesource.com/dawn.git/+log/1e1834a4ce8b..3c4fddf3e3a2

2022-12-06 [email protected] Fix leak of Metal counter sample buffers
2022-12-06 [email protected] Reduce kMaxQueryCount to 4096
2022-12-05 [email protected] Roll ANGLE from 3269998c712e to 87815de2b5bb (3 revisions)
2022-12-05 [email protected] tint: fix signed overflow in const eval modulo
2022-12-05 [email protected] Roll vulkan-deps from 63dc6101459e to ef116f5551fb (1 revision)
2022-12-05 [email protected] node: Throw a TypeError for unsupported GPUQueryTypes
2022-12-05 [email protected] node: Implement support for depth-clip-control
2022-12-05 [email protected] node: Throw a TypeError for unsupported GPUTextureFormats
2022-12-05 [email protected] Roll ANGLE from b36e337e8d94 to 3269998c712e (1 revision)

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] 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
Bug: None
Tbr: [email protected]
Change-Id: I268cb78c69428fb53f5dd738c81ed6097416d0b8
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/613986
Commit-Queue: skia-autoroll <[email protected]>
Bot-Commit: skia-autoroll <[email protected]>
  • Loading branch information
skia-autoroll authored and SkCQ committed Dec 6, 2022
1 parent 5e6840a commit 041a800
Show file tree
Hide file tree
Showing 2 changed files with 2 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@1e1834a4ce8b8f90fdf2fe50919dc992d7bfac8f",
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@3c4fddf3e3a23242dce031881fa319d01462e545",
"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 @@ -22,7 +22,7 @@ def git_repos_from_deps():
new_git_repository(
name = "dawn",
build_file = "@//bazel/external/dawn:BUILD.bazel",
commit = "1e1834a4ce8b8f90fdf2fe50919dc992d7bfac8f",
commit = "3c4fddf3e3a23242dce031881fa319d01462e545",
remote = "https://dawn.googlesource.com/dawn.git",
)

Expand Down

0 comments on commit 041a800

Please sign in to comment.