Roll Dawn from 92d6e53e6def to a10f5331f2b5 (5 revisions)

https://dawn.googlesource.com/dawn.git/+log/92d6e53e6def..a10f5331f2b5

2021-09-22 hao.x.li@intel.com Update destinationOffset alignment to 256 in resolveQuerySet
2021-09-21 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 1d81f8370458 to 28d6763ef8e3 (5 revisions)
2021-09-21 pkasting@chromium.org Force -Wno-shadow to avoid variable shadowing warnings.
2021-09-21 kainino@chromium.org dawn.json changes to match upstream webgpu.h
2021-09-21 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from d1c6f8334168 to 1d81f8370458 (1 revision)

Also rolling transitive DEPS:
  https://dawn.googlesource.com/tint from d1c6f8334168 to 28d6763ef8e3

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 kainino@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: kainino@google.com
Change-Id: I73f610a0a0cfd136a101208af37e26fe8573a3f9
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/451436
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS
index 41a7095..2bc5b79 100644
--- a/DEPS
+++ b/DEPS
@@ -16,10 +16,10 @@
   "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@92d6e53e6def5b995dc67a3a15a7021bd0e19be8",
+  "third_party/externals/dawn"            : "https://dawn.googlesource.com/dawn.git@a10f5331f2b5263375b504a20cf3c1caec9b5d70",
   "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@d1c6f833416865bc2ff2e8b2de79ab07fe260713",
+  "third_party/externals/tint"            : "https://dawn.googlesource.com/tint@28d6763ef8e39ada5903cb6e8184414188b6d141",
   "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",