Manually roll Dawn from 41e4d9a34c1d to a1a3e0484c48 (18 revisions)
https://dawn.googlesource.com/dawn.git/+log/41e4d9a34c1d..a1a3e0484c48 2022-05-03 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 717818ff1f86 to 4957ae734445 (4 revisions) 2022-05-03 lokokung@google.com Hide blob caching behind a toggle on the device for now. 2022-05-03 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 02576edd7f4f to cdf43bd816d7 (4 revisions) 2022-05-03 lokokung@google.com Removes device from load/store in caching interface. 2022-05-03 lokokung@google.com Adds pipeline cache and implementation for Vulkan backend. 2022-05-03 lokokung@google.com Wrap get_gitHash in try-catch to prevent failures in tarball builds. 2022-05-02 bclayton@google.com Roll third_party/webgpu-cts/ 21af43c62..547d67bc2 (15 commits) 2022-05-02 bclayton@google.com tools/cts: Bunch of fixes for 'cts roll' 2022-05-02 bclayton@google.com tools: Add the 'cts roll' sub-command 2022-05-02 bclayton@google.com tools: Add the 'cts export' sub-command 2022-05-02 brandon1.jones@intel.com Add External Texture Conversion Constant Params 2022-05-02 bclayton@google.com Fix dawn/node build with make 2022-05-02 amaiorano@google.com Factor out code to flatten bindings for msl 2022-05-02 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 1cde45b8d7aa to 717818ff1f86 (1 revision) 2022-05-02 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 6fb4e0498abd to 02576edd7f4f (1 revision) 2022-05-02 jrprice@google.com Fix uniformity issue in CopyTextureForBrowserHelper 2022-05-02 jrprice@google.com wgsl: Use commas for structs in helper shaders 2022-05-02 jrprice@google.com tint: Add ProgramBuilder::Else() helper Change-Id: Iec54e3374ad1cc517a160150eb44b7b286fdb757 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/536396 Reviewed-by: Julia Lavrova <jlavrova@google.com>
This commit is contained in:
parent
351a46f4fc
commit
1f99c991d8
2
DEPS
2
DEPS
@ -16,7 +16,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@41e4d9a34c1d9dcb2eef3ff39ff9c1f987bfa02a",
|
||||
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@a1a3e0484c489bb7fd52be91be0388c99dde6e30",
|
||||
"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",
|
||||
|
4
third_party/BUILD.bazel
vendored
4
third_party/BUILD.bazel
vendored
@ -2696,6 +2696,8 @@ DAWN_SRCS = [
|
||||
"externals/dawn/src/dawn/native/PerStage.h",
|
||||
"externals/dawn/src/dawn/native/Pipeline.cpp",
|
||||
"externals/dawn/src/dawn/native/Pipeline.h",
|
||||
"externals/dawn/src/dawn/native/PipelineCache.cpp",
|
||||
"externals/dawn/src/dawn/native/PipelineCache.h",
|
||||
"externals/dawn/src/dawn/native/PipelineLayout.cpp",
|
||||
"externals/dawn/src/dawn/native/PipelineLayout.h",
|
||||
"externals/dawn/src/dawn/native/PooledResourceMemoryAllocator.cpp",
|
||||
@ -2860,6 +2862,8 @@ DAWN_VULKAN_SRCS = [
|
||||
"externals/dawn/src/dawn/native/vulkan/Forward.h",
|
||||
"externals/dawn/src/dawn/native/vulkan/NativeSwapChainImplVk.cpp",
|
||||
"externals/dawn/src/dawn/native/vulkan/NativeSwapChainImplVk.h",
|
||||
"externals/dawn/src/dawn/native/vulkan/PipelineCacheVk.cpp",
|
||||
"externals/dawn/src/dawn/native/vulkan/PipelineCacheVk.h",
|
||||
"externals/dawn/src/dawn/native/vulkan/PipelineLayoutVk.cpp",
|
||||
"externals/dawn/src/dawn/native/vulkan/PipelineLayoutVk.h",
|
||||
"externals/dawn/src/dawn/native/vulkan/QuerySetVk.cpp",
|
||||
|
Loading…
Reference in New Issue
Block a user