Manual roll Dawn from cede544df34f to 41e4d9a34c1d (31 revisions)

https://dawn.googlesource.com/dawn.git/+log/cede544df34f..41e4d9a34c1d

2022-05-01 dsinclair@chromium.org Consistent formatting for Dawn/Tint.
2022-04-30 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 88693e6bf86c to 1cde45b8d7aa (2 revisions)
2022-04-30 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from e617219743aa to 6fb4e0498abd (1 revision)
2022-04-30 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 8b26c14c04f4 to e39dfe0fe61c (7 revisions)
2022-04-30 shrekshao@google.com Add LoadOp back to emscripten gen bits headers
2022-04-29 brandon1.jones@intel.com Reland ExternalTexture Gamma/Gamut Correction
2022-04-29 bclayton@google.com tools/setup-build: Into the 'active' symlink directory
2022-04-29 bclayton@google.com tools: Add the 'cts update' sub-command
2022-04-29 bclayton@google.com tools: Add the 'cts merge' sub-command
2022-04-29 bclayton@google.com tools: Add the 'cts results' sub-command
2022-04-29 bclayton@google.com tools: Add the 'cts time' sub-command
2022-04-29 bclayton@google.com tools: Add the 'cts format' sub-command
2022-04-29 bclayton@google.com tools: Begin adding the CTS command line tool
2022-04-29 bclayton@google.com tools: Add 'Duration' field to cts.Result.
2022-04-29 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from c9e605688988 to 88693e6bf86c (3 revisions)
2022-04-29 shrekshao@google.com Update default value for map range size to WGPU_WHOLE_MAP_SIZE
2022-04-29 bajones@chromium.org Deprecate dispatch* in favor of dispatchWorkgroups*
2022-04-29 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from adef92e7b4c6 to e617219743aa (2 revisions)
2022-04-29 bclayton@google.com tools: Add 'subcmd' package
2022-04-29 amaiorano@google.com tint: Update SKIP lines with specific FXC bug
2022-04-29 amaiorano@google.com tint: Update SKIP line for specific DXC failure
2022-04-29 amaiorano@google.com tint: delete e2e tests that fail because Tint detects infinite loops
2022-04-29 amaiorano@google.com tint: delete e2e test for bug/tint/807
2022-04-29 bclayton@google.com tools: Add more functionality to gerrit package
2022-04-29 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 437053a1635b to 8b26c14c04f4 (4 revisions)
2022-04-29 senorblanco@chromium.org OpenGL: skip depth and stencil tests if readback is unsupported.
2022-04-29 bclayton@google.com tools: Extract getDawnRoot() from run-cts to utils
2022-04-29 bclayton@google.com dawn/native: Fix a bunch of GCC warnings
2022-04-29 bclayton@google.com tools: Add src/cts/expectations Update()
2022-04-29 bclayton@google.com tint/sem: Add abstract int and float types
2022-04-29 bclayton@google.com tools: Add src/cts/results.List.MinimalVariantTags

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 dsinclair@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
Change-Id: I3265cedec1bbb34ab79addd4b04b1df7ef9933ca
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/536104
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Arman Uguray <armansito@google.com>
This commit is contained in:
Arman Uguray 2022-05-02 07:09:15 +00:00 committed by SkCQ
parent e54df3563d
commit 8b32ca8d83

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@cede544df34fdd5d4db3dbd7da8f4429fa67984d",
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@41e4d9a34c1d9dcb2eef3ff39ff9c1f987bfa02a",
"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",