Manually Roll Dawn from 232abaefc35d to c3c3bf538f07 (10 revisions)
https://dawn.googlesource.com/dawn.git/+log/232abaefc35d..c3c3bf538f07 2022-06-03 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from ee0d0b41a626 to 19e3080dfe86 (8 revisions) 2022-06-03 dsinclair@chromium.org Add parsing of shorter stage attributes. 2022-06-03 enga@chromium.org Rename CachedBlob -> Blob; move to own file 2022-06-03 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 67a8c19843a1 to bbf67e2e41d8 (4 revisions) 2022-06-02 yunchao.he@intel.com Rename GetMipLevelSize 2022-06-02 shrekshao@google.com Pipeline cache D3D12 backend impl 2022-06-02 bclayton@google.com tint: Add builtin tests for arguments passed by var 2022-06-02 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 1bf3ae22a00d to ee0d0b41a626 (1 revision) 2022-06-02 cwallez@chromium.org Remove wgpu::ExternalTextureDescriptor::colorSpace 2022-06-02 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from b03f278925c6 to 67a8c19843a1 (12 revisions) 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 lokokung@google.com on the revert to ensure that a human is aware of the problem. Change-Id: I05e3c2c8a4a28ce4501f6639115c5148f9558a12 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/546606 Commit-Queue: Kevin Lubick <kjlubick@google.com> Reviewed-by: Brian Osman <brianosman@google.com>
This commit is contained in:
parent
6e0a205f80
commit
1e5eab37e1
2
DEPS
2
DEPS
@ -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@232abaefc35def37fd6d2dae7a0086c9b3d70610",
|
||||
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@c3c3bf538f07c13f1bf6c47974db97e3e97bb385",
|
||||
"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",
|
||||
|
2
bazel/external/dawn/BUILD.bazel
vendored
2
bazel/external/dawn/BUILD.bazel
vendored
@ -234,6 +234,8 @@ DAWN_SRCS = [
|
||||
"src/dawn/native/BindGroupTracker.h",
|
||||
"src/dawn/native/BindingInfo.cpp",
|
||||
"src/dawn/native/BindingInfo.h",
|
||||
"src/dawn/native/Blob.cpp",
|
||||
"src/dawn/native/Blob.h",
|
||||
"src/dawn/native/BlobCache.cpp",
|
||||
"src/dawn/native/BlobCache.h",
|
||||
"src/dawn/native/BuddyAllocator.cpp",
|
||||
|
Loading…
Reference in New Issue
Block a user