Roll Dawn from 17b1a4525363 to e6d4598d3615 (6 revisions)

https://dawn.googlesource.com/dawn.git/+log/17b1a4525363..e6d4598d3615

2022-04-15 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 1d450ae99a0f to 103a69bd6c82 (3 revisions)
2022-04-15 enga@chromium.org Skip tests that crash deterministically on Linux
2022-04-14 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 871878352630 to aefb2a99ebb5 (11 revisions)
2022-04-14 jrprice@google.com tint: Replace smoothStep with smoothstep in tests
2022-04-14 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 7e9ab0686bf4 to 380bd4ba74d9 (4 revisions)
2022-04-14 dsinclair@chromium.org Convert test dep to use dawn_angle_dir

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 bajones@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: bajones@google.com
Change-Id: I482ca4f0816bc73ad30d9732e26fa05888260580
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/530193
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-15 04:01:08 +00:00 committed by SkCQ
parent 19e05da585
commit 6084d4d4bc

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@17b1a452536381da5752af4c04a68ebe4f0ad5fa",
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@e6d4598d36157639606a780164c425c6bffb93f6",
"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",