Roll Dawn from f3db4dbca090 to 01407851360e (10 revisions)

https://dawn.googlesource.com/dawn.git/+log/f3db4dbca090..01407851360e

2021-06-01 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from b487c71e59d8 to 5ed3f68eb528 (6 revisions)
2021-06-01 enga@chromium.org Expand NonzeroTextureCreationTests to DepthStencil textures
2021-06-01 enga@chromium.org Expand coverage of NonzeroTextureCreationTests
2021-06-01 yunchao.he@intel.com Implement 3D texture copy splitter on D3D12: preparation
2021-06-01 brandon1.jones@intel.com Implement External Texture Binding Functionality
2021-06-01 enga@chromium.org Add utilities for printing Dawn enums and bitmasks
2021-06-01 guthmann.francois@gmail.com Added new toggle EmitHLSLDebugSymbols to improve shader debugging capabilities by external tools.
2021-06-01 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 126adb1bbbbb to b487c71e59d8 (5 revisions)
2021-06-01 cwallez@chromium.org docs/contributing.md: Explain how to start a review.
2021-06-01 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 39c05a902fda to 126adb1bbbbb (1 revision)

Also rolling transitive DEPS:
  https://dawn.googlesource.com/tint from 39c05a902fda to 5ed3f68eb528

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 enga@google.com on the revert to ensure that a human
is aware of the problem.

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/master/autoroll/README.md

Cq-Include-Trybots: skia/skia.primary:Build-Debian10-Clang-x86_64-Debug-Dawn
Bug: None
Tbr: enga@google.com
Change-Id: Icdf79fed9f915a8097f211c559b7359846f2bf75
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/414592
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
This commit is contained in:
skia-autoroll 2021-06-02 04:01:38 +00:00 committed by Skia Commit-Bot
parent f4f9c3b6cc
commit 5163bf70bd

4
DEPS
View File

@ -16,10 +16,10 @@ 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, and tint for SPIRV compilation.
# 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@f3db4dbca0909c9bfcc4be02ee20060588f61956",
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@01407851360e649774cf8f6a0774dbbfbcf8bb63",
"third_party/externals/jinja2" : "https://chromium.googlesource.com/chromium/src/third_party/jinja2@a82a4944a7f2496639f34a89c9923be5908b80aa",
"third_party/externals/markupsafe" : "https://chromium.googlesource.com/chromium/src/third_party/markupsafe@0944e71f4b2cb9a871bcbe353f95e889b64a611a",
"third_party/externals/tint" : "https://dawn.googlesource.com/tint@39c05a902fda50bb0b281333e7581e5b10308032",
"third_party/externals/tint" : "https://dawn.googlesource.com/tint@5ed3f68eb528f71bb6895c10eebd62ddf5d97c9b",
"third_party/externals/dng_sdk" : "https://android.googlesource.com/platform/external/dng_sdk.git@c8d0c9b1d16bfda56f15165d39e0ffa360a11123",
"third_party/externals/egl-registry" : "https://skia.googlesource.com/external/github.com/KhronosGroup/EGL-Registry@a0bca08de07c7d7651047bedc0b653cfaaa4f2ae",
"third_party/externals/expat" : "https://chromium.googlesource.com/external/github.com/libexpat/libexpat.git@a28238bdeebc087071777001245df1876a11f5ee",