Roll third_party/externals/dawn 64fcf3909ac9..21d753a05346 (6 commits)

https://dawn.googlesource.com/dawn.git/+log/64fcf3909ac9..21d753a05346

git log 64fcf3909ac9..21d753a05346 --date=short --first-parent --format='%ad %ae %s'
2020-04-23 yunchao.he@intel.com Read and write usage in compute pass is valid
2020-04-22 bryan.bernhart@intel.com D3D12: Enable sub-allocation for RTV/DSV heaps.
2020-04-22 enga@chromium.org Slab-allocate VkDescriptorSets
2020-04-22 brandon1.jones@intel.com Non-Local Residency 1: Get Non-Local Memory Info
2020-04-22 rafael.cintron@microsoft.com Allow Ref<Derived> -> Ref<Base> assignment, and move operations
2020-04-22 enga@chromium.org Add depth texture sampling and tests for only depth32float

Also rolling transitive DEPS:
  https://chromium.googlesource.com/chromium/src/third_party/jinja2 b41863e42637..b41863e42637
  https://chromium.googlesource.com/chromium/src/third_party/markupsafe 8f45f5cfa000..8f45f5cfa000
  https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang 3f4e5c456306..3f4e5c456306
  https://chromium.googlesource.com/external/github.com/google/shaderc ced9c72d005e..ced9c72d005e

Created with:
  gclient setdep -r third_party/externals/dawn@21d753a05346

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/+/master/autoroll/README.md

Bug: None
Tbr: cwallez@google.com
Change-Id: If985b5ddd25a31fb925a397d15b97d99d87a8f5e
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/284991
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-04-23 04:01:37 +00:00 committed by Skia Commit-Bot
parent 18590c8437
commit edccc66c32

2
DEPS
View File

@ -10,7 +10,7 @@ deps = {
"third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@913f4f4213818da37660702e96365e25218d5f0e",
# 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@64fcf3909ac97155713542fea091e3498fef0596",
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@21d753a05346f2fa43e0f5d646c58e6b53564cef",
"third_party/externals/glslang" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang@3f4e5c4563068f277141f5fb3d96ec02afc7ac95",
"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",