Roll dawn from 5fafb49c7b4d to 6b3a974b42a3 (8 revisions)

https://dawn.googlesource.com/dawn.git/+log/5fafb49c7b4d..6b3a974b42a3

2020-06-13 jiawei.shao@intel.com OpenGL: Enable nonzero_clear_resources_on_creation_for_testing on buffer
2020-06-13 jiawei.shao@intel.com D3D12: Enable nonzero_clear_resources_on_creation_for_testing on buffer
2020-06-12 brandon1.jones@intel.com Make D3D12 Fuzzer Only Build On Windows
2020-06-12 yunchao.he@intel.com Vulkan: use one barrier if we can for non-pass operations
2020-06-12 cwallez@chromium.org Don't store unnessary SubresourceRange members in TextureBase
2020-06-12 cwallez@chromium.org Vulkan: Properly handle Device extension dependencies
2020-06-12 brandon1.jones@intel.com Track ShaderVisibleDescriptorHeap Upon Allocation
2020-06-12 natlee@microsoft.com Fix ResourceMemoryAllocation null dereference

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: Ida4f292988c98f54942ebb3e6a8abbf5b3b188f8
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/296323
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-06-15 04:01:24 +00:00 committed by Skia Commit-Bot
parent ca72a47e23
commit ff7ea5c024

2
DEPS
View File

@ -10,7 +10,7 @@ deps = {
"third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@ff2ebce4b230e8a8de6961871fc2b52377d1d7a8",
# 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@5fafb49c7b4d6e36dec3725ff9a420448c308f5a",
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@6b3a974b42a319fea060742004920b0ace0489d1",
"third_party/externals/glslang" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang@08328fea5ab97a9e354d46446a3547d89d1416da",
"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",