From f15fc26d5bf5d71f342eb44109a201aa59ad1e8c Mon Sep 17 00:00:00 2001 From: Ryan Harrison Date: Tue, 10 Dec 2019 16:40:57 +0000 Subject: [PATCH] Rolling 4 dependencies Roll third_party/SPIRV-Tools/ e82a42860..0a2b38d08 (2 commits) https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools/+log/e82a428605f6..0a2b38d082a4 $ git log e82a42860..0a2b38d08 --date=short --no-merges --format='%ad %ae %s' 2019-12-10 afdx spirv-fuzz: function outlining fuzzer pass (#3078) 2019-12-06 afdx spirv-fuzz: Use validator to check break/continue dominance conditions (#3089) Roll third_party/glslang/ 0de87ee9a..6c479796f (4 commits) https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/0de87ee9a5bf..6c479796f6e4 $ git log 0de87ee9a..6c479796f --date=short --no-merges --format='%ad %ae %s' 2019-12-09 cepheus Fix #2020: PR #1977 broke HLSL member consistency, this finishes it... 2019-12-09 cepheus Fix: #2014: Don't do "extension-on && version >= ..." keyword checks. 2019-12-09 cepheus Fix #2007: Fix a couple relative header paths in header files. 2019-12-09 cepheus Fix #1993: Fully exclude ftransform() from SPIR-V semantics. Roll third_party/shaderc/ f9278b9cb..eec373d9e (3 commits) https://chromium.googlesource.com/external/github.com/google/shaderc/+log/f9278b9cb69d..eec373d9e7a4 $ git log f9278b9cb..eec373d9e --date=short --no-merges --format='%ad %ae %s' 2019-12-05 dneto Apply Python linter advice (#928) 2019-12-05 dneto Apply clang-tidy advice (#930) 2019-12-05 rharrison Rolling 4 dependencies & updating expectations (#929) Roll third_party/spirv-cross/ 15b860eb1..f912c3289 (2 commits) https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Cross/+log/15b860eb1c95..f912c32898db $ git log 15b860eb1..f912c3289 --date=short --no-merges --format='%ad %ae %s' 2019-12-10 post GLSL: Fix array of input patch variables. 2019-12-09 post GLSL: Fix EmitStreamVertex/Primitive. Created with: roll-dep third_party/SPIRV-Tools third_party/glslang third_party/shaderc third_party/spirv-cross third_party/spirv-headers Change-Id: Iebc301000e6893fd124e4121baf8e639717e981a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/14500 Reviewed-by: Ryan Harrison Reviewed-by: Austin Eng Commit-Queue: Ryan Harrison --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index fa65845a8b..941408ea4d 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@15b860eb1c9510e20831743e9996bf9d7883c7fc', + 'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Cross@f912c32898dbf558635c9d5a2d50ff887c1402ae', '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@e82a428605f6ce0a07337b36f8ba3935c9f165ac', + 'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Tools@0a2b38d082a41a938328c9f453bc1e821726fbe2', '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@0de87ee9a5bf5d094a3faa1a71fd9080e80b6be0', + 'url': '{chromium_git}/external/github.com/KhronosGroup/glslang@6c479796f6e4a6fa86ca4d25212ae1284c92fef5', 'condition': 'dawn_standalone', }, 'third_party/shaderc': { - 'url': '{chromium_git}/external/github.com/google/shaderc@f9278b9cb69d93c8afb6b7a68a92c5c10bf1897c', + 'url': '{chromium_git}/external/github.com/google/shaderc@eec373d9e7a4bf9fa0144e05e312a901dd27b085', 'condition': 'dawn_standalone', },