Roll Dawn from 0b4a2f1f50b8 to e59fea574f07 (10 revisions)

https://dawn.googlesource.com/dawn.git/+log/0b4a2f1f50b8..e59fea574f07

2023-02-07 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from db8396fad855 to 3e5b36e4e04f (6 revisions)
2023-02-06 penghuang@chromium.org [GL] track buffer usage
2023-02-06 jrprice@google.com tint: Make CreateScalar and ZeroValue members
2023-02-06 jrprice@google.com tint/test: Remove SPIR-V test that is now invalid
2023-02-06 jrprice@google.com tint/const-eval: Add flag to use runtime semantics
2023-02-06 amaiorano@google.com Fix dump_shaders for Vulkan backend in CMake build
2023-02-06 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 57f61361acfb to ca4b11bbbd2b (1 revision)
2023-02-06 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from bcb8f46b86b7 to 8b17fedd7b1c (1 revision)
2023-02-06 dsinclair@chromium.org Add a `tint_info` command.
2023-02-06 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from c58d7079681b to db8396fad855 (1 revision)

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,rharrison@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: rharrison@google.com
Change-Id: Ie3bb11a2f8318ed784409a3752afe03a0987c92a
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/639677
Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS
index f25ec73..6a3b68d 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@0b4a2f1f50b8a4adad81671e94e52a915d20c9f9",
+  "third_party/externals/dawn"                   : "https://dawn.googlesource.com/dawn.git@e59fea574f07bdaeb8f845b4d584062d84f697b4",
   "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 6484ad8..bff9ed1 100644
--- a/bazel/deps.bzl
+++ b/bazel/deps.bzl
@@ -22,7 +22,7 @@
     new_git_repository(
         name = "dawn",
         build_file = "@//bazel/external/dawn:BUILD.bazel",
-        commit = "0b4a2f1f50b8a4adad81671e94e52a915d20c9f9",
+        commit = "e59fea574f07bdaeb8f845b4d584062d84f697b4",
         remote = "https://dawn.googlesource.com/dawn.git",
     )