From dac43e8ad366aee043a2433f2c05acda47096dd9 Mon Sep 17 00:00:00 2001 From: skia-autoroll Date: Fri, 17 Apr 2020 04:01:20 +0000 Subject: [PATCH] Roll third_party/externals/dawn 0721c1cf2a52..53f694b34a8d (8 commits) https://dawn.googlesource.com/dawn.git/+log/0721c1cf2a52..53f694b34a8d git log 0721c1cf2a52..53f694b34a8d --date=short --first-parent --format='%ad %ae %s' 2020-04-16 brandon1.jones@intel.com Fix ASAN violation when a heap outlives the ResidencyManager 2020-04-16 brandon1.jones@intel.com Residency Bug: Always Attempt To Evict To Under Budget 2020-04-16 enga@chromium.org Print the failing statement in ASSERT_DEVICE_ERROR 2020-04-16 bryan.bernhart@intel.com D3D12: Remove ComPtr from d3d12::Device::GetD3D12Device() 2020-04-16 cwallez@chromium.org Factor compilation of ~MockProcTable in mock_webgpu.cpp 2020-04-16 cwallez@chromium.org Rolling 2 dependencies 2020-04-16 cwallez@chromium.org Use new gmock MOCK_FUNCTION macro. 2020-04-16 cwallez@chromium.org Correctly support setSubData of 0 bytes. Also rolling transitive DEPS: https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang 4d2298bfd78a..4d2298bfd78a https://chromium.googlesource.com/external/github.com/google/shaderc 1926de0638b6..1926de0638b6 https://chromium.googlesource.com/chromium/src/third_party/jinja2 b41863e42637..b41863e42637 https://chromium.googlesource.com/chromium/src/third_party/markupsafe 8f45f5cfa000..8f45f5cfa000 Created with: gclient setdep -r third_party/externals/dawn@53f694b34a8d 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: I7d5f6f059cc804c3c7c54c3847663a6f0d7c5b59 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/284198 Reviewed-by: skia-autoroll Commit-Queue: skia-autoroll --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 6a6b8ff6bb..10fff0cc95 100644 --- a/DEPS +++ b/DEPS @@ -10,7 +10,7 @@ deps = { "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@49ad8eaae19253e3671a4f7fe6d142d08ac561d5", # 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@0721c1cf2a52c132d8df51ee03280df968a1aab0", + "third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@53f694b34a8d584ce0b6bbc1903730f43bdb3538", "third_party/externals/glslang" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang@4d2298bfd78a82f77f2325c4ade096ccdab1f00d", "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",