From 76877fa7c68907996eb264a44dcbd66c66644661 Mon Sep 17 00:00:00 2001 From: skia-autoroll Date: Mon, 20 Jul 2020 04:01:22 +0000 Subject: [PATCH] Roll dawn from cb2938a1afd7 to d0dd661f1805 (14 revisions) https://dawn.googlesource.com/dawn.git/+log/cb2938a1afd7..d0dd661f1805 2020-07-20 jiawei.shao@intel.com Implement buffer lazy initialization before CopyBufferToTexture() 2020-07-18 enga@chromium.org Guard [MTLDevice recommendedMaxWorkingSetSize] only on MacOS 2020-07-18 enga@chromium.org Add offset argument in BufferZeroInit mapping test 2020-07-17 cwallez@chromium.org Add offset and size to Get[Const]MappedRange. 2020-07-17 enga@chromium.org Call vkFreeCommandBuffers before destroying the vkCommandPool 2020-07-17 enga@chromium.org Remove depth sampling tests of non-normalized depth values 2020-07-17 enga@chromium.org Make common/ compile with Emscripten 2020-07-17 tommek@google.com Optimizing WriteTexture offset on Vulkan 2020-07-17 tommek@google.com Changing validation order for linear texture data 2020-07-17 hao.x.li@intel.com Query API: ResolveQuerySet 2020-07-17 jiawei.shao@intel.com Implement buffer lazy initialization before mapping 2020-07-17 tommek@google.com Optimizing WriteTexture row pitch on Vulkan 2020-07-17 cwallez@chromium.org Use MapAsync callback for server->client map callbacks. 2020-07-17 enga@chromium.org Vulkan: Fix MemoryServiceZirconHandle CreateImage 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: If71f74859782b7a2e892b304858ba2a36a332f1b Reviewed-on: https://skia-review.googlesource.com/c/skia/+/303876 Reviewed-by: skia-autoroll Commit-Queue: skia-autoroll --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 9ec48799aa..4a97b5ebb7 100644 --- a/DEPS +++ b/DEPS @@ -10,7 +10,7 @@ deps = { "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@cc5513855cc5bed41612c5cadd60f665e24ccce5", # 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@cb2938a1afd7ce82505e61e52df62a6e94832f84", + "third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@d0dd661f180503e1da910a6256b42ff8d72ab936", "third_party/externals/glslang" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang@b481744aea1ecf52ee4591afaa0f5e270b9d1636", "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",