Roll Dawn from 6084407b212f to 4570ab5ad89a (7 revisions)

https://dawn.googlesource.com/dawn.git/+log/6084407b212f..4570ab5ad89a

2022-02-25 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 43273273f12e to 1e1505b53cf0 (4 revisions)
2022-02-25 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from f0e7532f806d to 7ceb0dd44a7a (3 revisions)
2022-02-24 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from cd8e0282137f to 732515a031fa (2 revisions)
2022-02-24 jiawei.shao@intel.com Ensure non-renderable formats don't support multisampling
2022-02-24 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 1e773db9070e to 43273273f12e (3 revisions)
2022-02-24 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from fa0208dc5d37 to f0e7532f806d (1 revision)
2022-02-24 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 57d90a68ba40 to cd8e0282137f (1 revision)

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 shrekshao@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Dawn: https://bugs.chromium.org/p/dawn/issues/entry
To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry

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/main/autoroll/README.md

Cq-Include-Trybots: skia/skia.primary:Build-Debian10-Clang-x86_64-Debug-Dawn
Bug: None
Tbr: shrekshao@google.com
Change-Id: I7470e0789cae88b723d00ed43add9b9540cc3512
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/513018
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
This commit is contained in:
skia-autoroll 2022-02-25 04:01:04 +00:00 committed by SkCQ
parent 24d732f4ca
commit 8dd7569db5

2
DEPS
View File

@ -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@6084407b212fc69f8626477dcd9d0b85db3a692a",
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@4570ab5ad89afa51bc03804d2817cf2b72380a60",
"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/tint" : "https://dawn.googlesource.com/tint@fe08ba4677479af6db8e516b5b968abc209e78de",