From 75201cb2725b35085b3d69b60e1b81049700289c Mon Sep 17 00:00:00 2001 From: skia-autoroll Date: Fri, 28 Apr 2023 06:27:58 +0000 Subject: [PATCH] (Manual) Roll Dawn from 664e1e070201 to c755ec54aa80 (19 revisions) https://dawn.googlesource.com/dawn.git/+log/664e1e070201..c755ec54aa80 2023-04-28 jie.a.chen@intel.com d3d11: enable BindGroupTests 2023-04-28 kainino@chromium.org Add Slow expectations for arithmetic expression tests 2023-04-28 sunnyps@chromium.org d3d12: Remove deprecated useFenceSynchronization param 2023-04-27 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 5c0b4251bd2c to b875f47b0fbf (6 revisions) 2023-04-27 dsinclair@chromium.org [ir] Move `ir::Bitcast` to inherit `ir::Call`. 2023-04-27 dsinclair@chromium.org [ir] Make `ir::Discard` a child of `ir::Call`. 2023-04-27 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from f2700925e4c4 to 5abdeb9dc696 (10 revisions) 2023-04-27 bclayton@google.com tint/type: Remove Source from Struct & StructMember 2023-04-27 bclayton@google.com tint: Use type::Struct where possible 2023-04-27 bclayton@google.com tint: Add StructMember attributes to sem. 2023-04-27 bclayton@google.com tint/resolver: Clean up attribute resolving 2023-04-27 dsinclair@chromium.org [ir] Use the const eval results for expressions. 2023-04-27 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 3076b4c0d8ce to f0d31e0f4846 (1 revision) 2023-04-27 blundell@chromium.org Add transient attachments and initial Metal support 2023-04-27 sunnyps@chromium.org d3d12: Remove keyed mutex support 2023-04-27 bclayton@google.com Run clang-format 2023-04-27 dsinclair@chromium.org [ir] Make ir::Instruction a ir::Value. 2023-04-27 hogehoge@gachapin.jp Make maxBindingsPerBindGroup 1000 2023-04-27 dsinclair@chromium.org [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 cwallez@google.com,enga@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;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: enga@google.com Change-Id: Ic65a96c6796a306493a9cc960032da57f75e795f Reviewed-on: https://skia-review.googlesource.com/c/skia/+/685996 Commit-Queue: Tyler Denniston Reviewed-by: Tyler Denniston Auto-Submit: Brian Osman --- DEPS | 2 +- bazel/deps.bzl | 2 +- bazel/external/dawn/BUILD.bazel | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 8defdeee1105..79e7cd5814ff 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@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", diff --git a/bazel/deps.bzl b/bazel/deps.bzl index 173363da3e07..18bc2eee25aa 100644 --- a/bazel/deps.bzl +++ b/bazel/deps.bzl @@ -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", ) diff --git a/bazel/external/dawn/BUILD.bazel b/bazel/external/dawn/BUILD.bazel index 01bc3510f60c..f40ced6f8914 100644 --- a/bazel/external/dawn/BUILD.bazel +++ b/bazel/external/dawn/BUILD.bazel @@ -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",