Roll Dawn from fd5fd05db039 to d5a0728b67c8 (14 revisions)
https://dawn.googlesource.com/dawn.git/+log/fd5fd05db039..d5a0728b67c8 2021-02-04 hao.x.li@intel.com Add end2end tests for noop direct and indirect dispatches 2021-02-04 hao.x.li@intel.com Skip noop dispatch in front-end 2021-02-04 ehmaldonado@google.com Move metadata in OWNERS files to DIR_METADATA files 2021-02-03 enga@chromium.org Add a Reserved state for dawn_wire ObjectId allocations 2021-02-03 rharrison@chromium.org Re-enable Mac ShaderTests 2021-02-03 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from c694d43c75f4 to b17aea159c32 (3 revisions) 2021-02-03 rharrison@chromium.org Update ComputeLog2 to be more valid 2021-02-03 enga@chromium.org Always output the wire trace with the injected error format 2021-02-03 senorblanco@chromium.org Roll third_party/glfw/ d973acc12..947731113 (157 commits) 2021-02-03 senorblanco@chromium.org Fix SwANGLE DeviceType and OpenGL ES DeviceType checking. 2021-02-03 rharrison@chromium.org Add ComputeLog2 test 2021-02-03 yunchao.he@intel.com Implement 3D textures and views creation on Vulkan/Metal/GL 2021-02-03 senorblanco@chromium.org Revert "Fix SwANGLE DeviceType and OpenGL ES DeviceType checking." 2021-02-03 senorblanco@chromium.org Fix SwANGLE DeviceType and OpenGL ES DeviceType checking. Also rolling transitive DEPS: https://dawn.googlesource.com/tint from c694d43c75f4 to b17aea159c32 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 on the revert to ensure that a human is aware of the problem. 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/master/autoroll/README.md Cq-Include-Trybots: skia/skia.primary:Build-Debian10-Clang-x86_64-Debug-Dawn Bug: None Tbr: cwallez@google.com Change-Id: I865233882ad7b9e5691e1a3cceb2eda34f1d8095 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/366017 Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
This commit is contained in:
parent
b7f6b7493f
commit
c66754bd4d
4
DEPS
4
DEPS
@ -12,11 +12,11 @@ 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, and shaderc and tint for SPIRV compilation.
|
||||
# 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@fd5fd05db039710c797ee8bac5e6d999173e5fc3",
|
||||
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@d5a0728b67c8328edaed3d9cfee7ee44fcb893e8",
|
||||
"third_party/externals/jinja2" : "https://chromium.googlesource.com/chromium/src/third_party/jinja2@a82a4944a7f2496639f34a89c9923be5908b80aa",
|
||||
"third_party/externals/markupsafe" : "https://chromium.googlesource.com/chromium/src/third_party/markupsafe@0944e71f4b2cb9a871bcbe353f95e889b64a611a",
|
||||
"third_party/externals/shaderc" : "https://chromium.googlesource.com/external/github.com/google/shaderc@6216d098d8abe3ccda8781016c4f69372c48afb9",
|
||||
"third_party/externals/tint" : "https://dawn.googlesource.com/tint@c694d43c75f497195374336a5ed3391939137b94",
|
||||
"third_party/externals/tint" : "https://dawn.googlesource.com/tint@b17aea159c328764238f0550d327bb531cf9bcf8",
|
||||
"third_party/externals/dng_sdk" : "https://android.googlesource.com/platform/external/dng_sdk.git@c8d0c9b1d16bfda56f15165d39e0ffa360a11123",
|
||||
"third_party/externals/egl-registry" : "https://skia.googlesource.com/external/github.com/KhronosGroup/EGL-Registry@a0bca08de07c7d7651047bedc0b653cfaaa4f2ae",
|
||||
"third_party/externals/expat" : "https://chromium.googlesource.com/external/github.com/libexpat/libexpat.git@e976867fb57a0cd87e3b0fe05d59e0ed63c6febb",
|
||||
|
Loading…
Reference in New Issue
Block a user