Manual Dawn roll from ab9757036bd6 to 34d2d1ba0273

https://dawn.googlesource.com/dawn.git/+log/ab9757036bd6..34d2d1ba0273

Change-Id: I887b36df9383c4b2da8bf17e61d775eecefbb84e
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/541738
Commit-Queue: Arman Uguray <armansito@google.com>
Auto-Submit: Brian Salomon <bsalomon@google.com>
Reviewed-by: Arman Uguray <armansito@google.com>
This commit is contained in:
Brian Salomon 2022-05-18 11:15:26 -04:00 committed by SkCQ
parent e435bd7c9b
commit 54190a59b3
2 changed files with 3 additions and 1 deletions

2
DEPS
View File

@ -14,7 +14,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@e831fb61046b648895a5d429a6dbca76b7843c3f",
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@34d2d1ba02739e1bd20a43d738871c3913b4b73d",
"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@c5a424a2a21005660b182516eb7a079cd8021699",

View File

@ -772,6 +772,8 @@ TINT_SRCS = [
"src/tint/program_id.h",
"src/tint/reader/reader.cc",
"src/tint/reader/reader.h",
"src/tint/resolver/ctor_conv_intrinsic.cc",
"src/tint/resolver/ctor_conv_intrinsic.h",
"src/tint/resolver/dependency_graph.cc",
"src/tint/resolver/dependency_graph.h",
"src/tint/resolver/intrinsic_table.cc",