From aa5a53b2f06f9bffd918be2fb1fcfc6a0f451065 Mon Sep 17 00:00:00 2001 From: Ryan Harrison Date: Mon, 24 Feb 2020 19:25:38 +0000 Subject: [PATCH] Rolling 4 dependencies Roll third_party/SPIRV-Tools/ 4a80497a8..8910ea5f1 (4 commits) https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools/+log/4a80497a8885..8910ea5f1c7b $ git log 4a80497a8..8910ea5f1 --date=short --no-merges --format='%ad %ae %s' 2020-02-23 nicolasweber Fix Wrange-loop-analysis warnings in SPIRV-Tools. (#3201) 2020-02-21 geofflang Add missing dependencies when generating spvtools_core_tables (#3199) 2020-02-21 afdx Brief guide to writing a spirv-fuzz fuzzer pass (#3190) 2020-02-21 47594367+rg3igalia Fix ignored const qualifier warning in static_cast (#3197) Roll third_party/glslang/ c12493ff6..07e1a0a67 (1 commit) https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/c12493ff69e2..07e1a0a67aee $ git log c12493ff6..07e1a0a67 --date=short --no-merges --format='%ad %ae %s' 2020-02-22 rex.xu Fix an issue of SPV generation for imageAtomicStore. Roll third_party/shaderc/ 738f1655a..1059f43a3 (1 commit) $ git log 738f1655a..1059f43a3 --date=short --no-merges --format='%ad %ae %s' 2020-02-21 rharrison Rolling 6 dependencies and update expectations (#987) Roll third_party/spirv-cross/ f19fdb94d..c5f7b5575 (5 commits) https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Cross/+log/f19fdb94d7b8..c5f7b5575688 $ git log f19fdb94d..c5f7b5575 --date=short --no-merges --format='%ad %ae %s' 2020-02-24 post MSL: Add C API for force native arrays. 2020-02-24 post MSL: Add native array test for composite array initialization. 2020-02-24 post MSL: Reintroduce workaround for constant arrays being passed by value. 2020-02-24 post MSL: Reinstate workaround for returning arrays. 2020-02-24 post MSL: Add a workaround path to force native arrays for everything. Created with: roll-dep third_party/SPIRV-Tools third_party/glslang third_party/shaderc third_party/spirv-cross third_party/spirv-headers Change-Id: Ic9f459c21a9656093b5ec27e19f0744182734c7c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/16120 Reviewed-by: Ryan Harrison Commit-Queue: Ryan Harrison --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index 80efc7fe99..8cf178f7c8 100644 --- a/DEPS +++ b/DEPS @@ -51,13 +51,13 @@ deps = { # SPIRV-Cross 'third_party/spirv-cross': { - 'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Cross@f19fdb94d7b8b681024b2f3e87ccbc8d60be1d97', + 'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Cross@c5f7b55756886a2e78cbc2e7a40e8091e17f6310', 'condition': 'dawn_standalone', }, # SPIRV compiler dependencies: SPIRV-Tools, SPIRV-headers, glslang and shaderc 'third_party/SPIRV-Tools': { - 'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Tools@4a80497a888511834d9a1f5930226e82decc60d5', + 'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Tools@8910ea5f1c7bc38f79a8b70b265cd9d1571f4b56', 'condition': 'dawn_standalone', }, 'third_party/spirv-headers': { @@ -65,11 +65,11 @@ deps = { 'condition': 'dawn_standalone', }, 'third_party/glslang': { - 'url': '{chromium_git}/external/github.com/KhronosGroup/glslang@c12493ff69e21800fb08b6d6e92eb0b9c5cb5efb', + 'url': '{chromium_git}/external/github.com/KhronosGroup/glslang@07e1a0a67aee5b21561bd6b93d73c8d87e010d98', 'condition': 'dawn_standalone', }, 'third_party/shaderc': { - 'url': '{chromium_git}/external/github.com/google/shaderc@738f1655a7bbaec8d9302b9c3daefa7109117649', + 'url': '{chromium_git}/external/github.com/google/shaderc@1059f43a379ff9f1b5d00b8afcc2ec2435f592c4', 'condition': 'dawn_standalone', },