Roll dawn from 4a486be696b4 to d315022be5b7 (7 revisions)

https://dawn.googlesource.com/dawn.git/+log/4a486be696b4..d315022be5b7

2020-08-13 idanr@google.com Add Metal vertex pulling behind a flag
2020-08-13 idanr@google.com Enable robust buffer access pass if robustness on
2020-08-13 enrico.galli@intel.com Eagerly destroy CommandBuffer commands after submission
2020-08-13 enga@chromium.org Roll 5 dependencies
2020-08-13 cwallez@chromium.org Remove wgpu::Buffer::SetSubData
2020-08-13 cwallez@chromium.org Remove deprecated array layer descriptor members
2020-08-13 jiawei.shao@intel.com Clean up BufferZeroInitTests

Also rolling transitive DEPS:
  https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang from b60e067b4374 to d253278f9865
  https://chromium.googlesource.com/external/github.com/google/shaderc from c626b912dc45 to ffd805115ed6

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 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: cwallez@google.com
Change-Id: I6e0fbffb0986a8ec74eafeb74eeb7ce101ddf7f6
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/310201
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 2020-08-14 04:01:11 +00:00 committed by Skia Commit-Bot
parent b6ce6baf7a
commit ebfb99bb19

6
DEPS
View File

@ -10,11 +10,11 @@ deps = {
"third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@cc958e0e87034f591ea2a76d2809b13dad186c93",
# Dawn requires jinja2 and markupsafe for the code generator, and glslang and shaderc 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@4a486be696b44151bbda5e837a784560b2d9154f",
"third_party/externals/glslang" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang@b60e067b43744ce88adea33ab347ac9997b923d8",
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@d315022be5b7b186c8f2eabd13fbfd81106a053d",
"third_party/externals/glslang" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang@d253278f986574cb8e80ec9a4e84094ec1b25349",
"third_party/externals/jinja2" : "https://chromium.googlesource.com/chromium/src/third_party/jinja2@b41863e42637544c2941b574c7877d3e1f663e25",
"third_party/externals/markupsafe" : "https://chromium.googlesource.com/chromium/src/third_party/markupsafe@8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
"third_party/externals/shaderc" : "https://chromium.googlesource.com/external/github.com/google/shaderc@c626b912dc4568867b29c5b221df6aac75390ab5",
"third_party/externals/shaderc" : "https://chromium.googlesource.com/external/github.com/google/shaderc@ffd805115ed6672ff98ce27d2034ffe1646fd834",
"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@e976867fb57a0cd87e3b0fe05d59e0ed63c6febb",