Manual dawn roll

Change-Id: Ib4f2ae63ceee424eb93d098c7cd65e6ea8ac92f7
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/543056
Commit-Queue: Kevin Lubick <kjlubick@google.com>
Commit-Queue: Michael Ludwig <michaelludwig@google.com>
Auto-Submit: Michael Ludwig <michaelludwig@google.com>
Reviewed-by: Kevin Lubick <kjlubick@google.com>
This commit is contained in:
Michael Ludwig 2022-05-23 09:12:14 -04:00 committed by SkCQ
parent 8d7729ee6a
commit 230c535dfe
2 changed files with 5 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@4bdded68d58ddbcaa7f243602b96f83833da98c0",
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@318f6acd56c06af7605f1c0a4baf0ad3dbf4db84",
"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

@ -297,6 +297,8 @@ DAWN_SRCS = [
"src/dawn/native/QuerySet.h",
"src/dawn/native/Queue.cpp",
"src/dawn/native/Queue.h",
"src/dawn/native/RefCountedWithExternalCount.cpp",
"src/dawn/native/RefCountedWithExternalCount.h",
"src/dawn/native/RenderBundle.cpp",
"src/dawn/native/RenderBundle.h",
"src/dawn/native/RenderBundleEncoder.cpp",
@ -966,6 +968,8 @@ TINT_SRCS = [
"src/tint/sem/info.h",
"src/tint/sem/loop_statement.cc",
"src/tint/sem/loop_statement.h",
"src/tint/sem/materialize.cc",
"src/tint/sem/materialize.h",
"src/tint/sem/matrix.cc",
"src/tint/sem/matrix.h",
"src/tint/sem/member_accessor_expression.cc",