Roll Dawn from 345bf87c35dc to 9b0718c7a88a (9 revisions)

https://dawn.googlesource.com/dawn.git/+log/345bf87c35dc..9b0718c7a88a

2022-03-09 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 7bf08f3c927b to 2d12b321826c (3 revisions)
2022-03-09 enga@chromium.org Metal/GL: Make new texture view for non-2D view of single-layer texture
2022-03-09 enga@chromium.org Fix BindGroupLayoutEntry validation message for no bindings types set
2022-03-09 enga@chromium.org Update shader validation message to reflect new @ binding syntax
2022-03-09 enga@chromium.org Use GetInternalUsage in vulkan::TextureView::Initialize
2022-03-08 shrekshao@google.com Fix dawn.json for upstream webgpu-headers
2022-03-08 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from fc40ddd2a901 to b21967ee088b (1 revision)
2022-03-08 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from a7a3a6313703 to 44d2b785120a (1 revision)
2022-03-08 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from ea70300ba044 to 7bf08f3c927b (3 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.

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: lokokung@google.com
Change-Id: I7efe952c2f263d54fa1592bfdc593c8ae0e1aa24
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/518339
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-03-09 04:01:52 +00:00 committed by SkCQ
parent cbc954bf57
commit 9c755dd051

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@345bf87c35dcd5c55cb8e50f4e5a16507714d8b4",
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@9b0718c7a88a76c61f799223548c69f8b3167db1",
"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@41f8d2ad52ff05f4885a7e2646a9504f1717eb76",