Roll Dawn from c2f9fea56bee to 534a353c7c21 (16 revisions)

https://dawn.googlesource.com/dawn.git/+log/c2f9fea56bee..534a353c7c21

2022-04-25 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 032c36ec6963 to f685346e2e51 (1 revision)
2022-04-23 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 158951600b6e to 2db718edf233 (3 revisions)
2022-04-23 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 53cf7fe2f4c4 to 032c36ec6963 (3 revisions)
2022-04-23 bclayton@google.com Roll third_party/webgpu-cts/ 45d2ccd25..88c034819 (4 commits)
2022-04-23 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 8f56edfdd361 to 158951600b6e (10 revisions)
2022-04-22 senorblanco@chromium.org GLSL writer: emit gl_PointSize = 1 in all vertex shaders for OpenGL.
2022-04-22 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from df3a617e7556 to 53cf7fe2f4c4 (9 revisions)
2022-04-22 jrprice@google.com tint: Use resolved source var in the Inspector
2022-04-22 jrprice@google.com tint: Use resolved source var in LocalizeStructArrayAssignment
2022-04-22 jrprice@google.com tint: Track originating variables in the resolver
2022-04-22 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 71f3089b729c to f13461dbb23c (1 revision)
2022-04-22 amaiorano@google.com tint: make Lexer use line breaks from Source::File
2022-04-22 cwallez@chromium.org remove_files.py: Print warnings on removals
2022-04-22 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 0439d9cd25b4 to 8f56edfdd361 (2 revisions)
2022-04-22 ukai@google.com tint_generator_wgsl_corpus should wait for remove_stale_autogen_files
2022-04-22 enga@chromium.org Generalize expectation for recently added suppression.

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: Id25c2563b3280419724c797824b66b680c7763fc
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/533319
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-25 04:01:39 +00:00 committed by SkCQ
parent 61fe17ec6e
commit ee3689f522

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@c2f9fea56bee11cf573fe90b08a296a38202500b",
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@534a353c7c2176b4fac8fda4c83368c45bec49f8",
"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",