From 041a800b72fe749da395d7f776157a17ad61494a Mon Sep 17 00:00:00 2001 From: skia-autoroll Date: Tue, 6 Dec 2022 04:01:44 +0000 Subject: [PATCH] Roll Dawn from 1e1834a4ce8b to 3c4fddf3e3a2 (9 revisions) https://dawn.googlesource.com/dawn.git/+log/1e1834a4ce8b..3c4fddf3e3a2 2022-12-06 enga@chromium.org Fix leak of Metal counter sample buffers 2022-12-06 enga@chromium.org Reduce kMaxQueryCount to 4096 2022-12-05 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 3269998c712e to 87815de2b5bb (3 revisions) 2022-12-05 amaiorano@google.com tint: fix signed overflow in const eval modulo 2022-12-05 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 63dc6101459e to ef116f5551fb (1 revision) 2022-12-05 cwallez@chromium.org node: Throw a TypeError for unsupported GPUQueryTypes 2022-12-05 cwallez@chromium.org node: Implement support for depth-clip-control 2022-12-05 cwallez@chromium.org node: Throw a TypeError for unsupported GPUTextureFormats 2022-12-05 dawn-autoroll@skia-public.iam.gserviceaccount.com 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 senorblanco@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://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: senorblanco@google.com Change-Id: I268cb78c69428fb53f5dd738c81ed6097416d0b8 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/613986 Commit-Queue: skia-autoroll Bot-Commit: skia-autoroll --- DEPS | 2 +- bazel/deps.bzl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index a07a65f8c577..efb5ff8d3ad7 100644 --- a/DEPS +++ b/DEPS @@ -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", diff --git a/bazel/deps.bzl b/bazel/deps.bzl index 7c0bfdabf50e..97c1d18aa63b 100644 --- a/bazel/deps.bzl +++ b/bazel/deps.bzl @@ -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", )