Roll Dawn from 69daaab75938 to d431eb9d94fd (13 revisions)

https://dawn.googlesource.com/dawn.git/+log/69daaab75938..d431eb9d94fd

2022-04-19 dsinclair@chromium.org [tint] Move potential type creation out of ValidateReturn.
2022-04-19 dsinclair@chromium.org [tint] Remove current_function from ValidateReturn.
2022-04-19 dsinclair@chromium.org [tint] Remove current_function from ValidateFunction.
2022-04-19 dsinclair@chromium.org [tint] Remove current_function from ValidateStructure.
2022-04-19 dsinclair@chromium.org [tint] Remove current_function from ValidateEntryPoint.
2022-04-19 dsinclair@chromium.org [tint] Remove current_function_ from ValidateBuiltinAttribute.
2022-04-19 dsinclair@chromium.org [tint] Remove current_function_ usage from ValidateLocationAttribute.
2022-04-19 shaobo.yan@intel.com Add Debug Tracing in Dawn
2022-04-18 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from d903818a85ad to 866210add2f6 (2 revisions)
2022-04-18 aleksi.sapon@faro.com Fix integer truncation bug
2022-04-18 bajones@chromium.org Revert "Enable gn check for all build targets."
2022-04-18 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 1a408eb154d7 to 8b8b53e7b6de (1 revision)
2022-04-18 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 3636d129ee9c to d903818a85ad (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: I1c5dc564652edffb62a25f781c739f2ffdc11e80
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/531403
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-04-19 04:01:39 +00:00 committed by SkCQ
parent d9f96ab14e
commit 8f8ae5e3c3

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@69daaab75938cbe10c40f1a04988d46e09c3007d",
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@d431eb9d94fdae9c152d988e869a810e4556ecfb",
"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",