Manual Roll Dawn from 0d5e76a2427f to ba42f5db9450 (19 revisions)

https://dawn.googlesource.com/dawn.git/+log/0d5e76a2427f..ba42f5db9450

2023-06-21 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 73a4816c4b45 to 2a400fb1339f (8 revisions)
2023-06-21 zhaoming.jiang@intel.com Dawn: Implement adapter toggles and promote UseDXC as adapter toggle
2023-06-21 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 1be015356eb8 to 15156b1da43d (12 revisions)
2023-06-21 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from f85911d274af to b8f1a3ad5f9e (1 revision)
2023-06-21 jiawei.shao@intel.com D3D12: Skip robustness transform on textures
2023-06-20 kainino@chromium.org Fix printing of errors from WriteBuffer
2023-06-20 enga@chromium.org Make RequestAdapterOptionsBackendType part of RequestAdapterOptions
2023-06-20 lokokung@google.com Initial implementation of a multithreaded fronted cache.
2023-06-20 brandon1.jones@intel.com Add Partial Tint Dual Source Blending Extension
2023-06-20 kainino@chromium.org Move submit Tick from backends to QueueBase
2023-06-20 amaiorano@google.com Fix presubmit non-inclusive filter checks on Windows
2023-06-20 jrprice@google.com [ir] Add a helper for creating struct types
2023-06-20 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 90577eb35eea to 73a4816c4b45 (1 revision)
2023-06-20 bclayton@google.com [tint][ir] Rename Case::start -> Case::block
2023-06-20 bclayton@google.com [tint][ir] Make ControlInstructions regular instructions
2023-06-20 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from ad13d41f2b89 to 1be015356eb8 (4 revisions)
2023-06-20 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from ae667fe96db9 to f85911d274af (1 revision)
2023-06-20 bclayton@google.com [clang-format]
2023-06-20 enga@chromium.org Make async pipeline creation "succeed" even if device destroyed

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 cwallez@google.com,jrprice@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;skia/skia.primary:Test-Mac11-Clang-MacMini9.1-GPU-AppleM1-arm64-Debug-All-Graphite_Dawn;skia/skia.primary:Test-Win10-MSVC-Golo-GPU-QuadroP400-x86_64-Release-All-Graphite_Dawn
Bug: None
Change-Id: I8458a1c07a29350791adb02d640eeed982589c3f
Tbr: jrprice@google.com
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/714537
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Florin Malita <fmalita@chromium.org>
diff --git a/DEPS b/DEPS
index 61d1287..87fd7df 100644
--- a/DEPS
+++ b/DEPS
@@ -24,7 +24,7 @@
   "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@0d5e76a2427f1c629a0d709ee0833da43bf79e84",
+  "third_party/externals/dawn"                   : "https://dawn.googlesource.com/dawn.git@ba42f5db945033f31502f32c6190b3ea12dda2ba",
   "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@cb436cf0142b4cbe47aae94223443df7f82e2920",
diff --git a/bazel/deps.bzl b/bazel/deps.bzl
index af4621a..4ab134e 100644
--- a/bazel/deps.bzl
+++ b/bazel/deps.bzl
@@ -26,7 +26,7 @@
     new_git_repository(
         name = "dawn",
         build_file = ws + "//bazel/external/dawn:BUILD.bazel",
-        commit = "0d5e76a2427f1c629a0d709ee0833da43bf79e84",
+        commit = "ba42f5db945033f31502f32c6190b3ea12dda2ba",
         remote = "https://dawn.googlesource.com/dawn.git",
     )
 
diff --git a/bazel/external/dawn/BUILD.bazel b/bazel/external/dawn/BUILD.bazel
index c317d42..47efdf9 100644
--- a/bazel/external/dawn/BUILD.bazel
+++ b/bazel/external/dawn/BUILD.bazel
@@ -926,6 +926,7 @@
     "src/tint/ast/if_statement.h",
     "src/tint/ast/increment_decrement_statement.h",
     "src/tint/ast/index_accessor_expression.h",
+    "src/tint/ast/index_attribute.h",
     "src/tint/ast/int_literal_expression.h",
     "src/tint/ast/internal_attribute.h",
     "src/tint/ast/interpolate_attribute.h",
@@ -1005,6 +1006,7 @@
     "src/tint/ast/if_statement.cc",
     "src/tint/ast/increment_decrement_statement.cc",
     "src/tint/ast/index_accessor_expression.cc",
+    "src/tint/ast/index_attribute.cc",
     "src/tint/ast/int_literal_expression.cc",
     "src/tint/ast/internal_attribute.cc",
     "src/tint/ast/interpolate_attribute.cc",