Rolling 4 dependencies
Roll third_party/SPIRV-Tools/ 5a93e0739..0c4feb643 (5 commits)5a93e07392..0c4feb643b
$ git log 5a93e0739..0c4feb643 --date=short --no-merges --format='%ad %ae %s' 2019-07-08 33432579+alan-baker Remove extra semis (#2717) 2019-07-08 33432579+alan-baker Validate usage of 8- and 16-bit types with only storage capabilities (#2704) 2019-07-07 afdx Shrinker for spirv-fuzz (#2708) 2019-07-04 stevenperron Perform merge return with single return in loop. (#2714) 2019-07-04 stevenperron Do not inline OpKill Instructions (#2713) Roll third_party/glslang/ 4b4b41a63..8aa9a7bb8 (1 commit)4b4b41a634..8aa9a7bb8f
$ git log 4b4b41a63..8aa9a7bb8 --date=short --no-merges --format='%ad %ae %s' 2019-07-06 rex.xu Change implementation of gl_SIMDGroupSizeAMD Roll third_party/shaderc/ 77d7b65ee..e9bb8f287 (2 commits)77d7b65ee2..e9bb8f2874
$ git log 77d7b65ee..e9bb8f287 --date=short --no-merges --format='%ad %ae %s' 2019-07-08 zoddicus Add verbose flag to run_spirv_cross_tests.py (#753) 2019-07-08 zoddicus Rolling 4 dependencies and update known_failures (#755) Roll third_party/spirv-cross/ c5904dd24..53ab2144b (5 commits)c5904dd245..53ab2144b9
$ git log c5904dd24..53ab2144b --date=short --no-merges --format='%ad %ae %s' 2019-07-08 post Fall back to complex loop if non-trivial continue block is found. 2019-07-08 post Add test shaders for NonUniformEXT propagation. 2019-07-08 post Propagate NonUniformEXT to dependent expressions. 2019-07-05 post Add simple test for extended debug operations. 2019-07-04 lifeng.pan Parse SPIR-V debug information extended instructions, as well as OpNoLine. Created with: roll-dep third_party/SPIRV-Tools third_party/glslang third_party/shaderc third_party/spirv-cross third_party/spirv-headers Change-Id: Iabdabe4f0b25f89cbc41f8fbf55bd588b374ba44 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/8740 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Ryan Harrison <rharrison@chromium.org>
This commit is contained in:
parent
bb218b8aea
commit
27e67b5f97
8
DEPS
8
DEPS
|
@ -50,13 +50,13 @@ deps = {
|
|||
|
||||
# SPIRV-Cross
|
||||
'third_party/spirv-cross': {
|
||||
'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Cross@c5904dd245ce72704af15ed4d521dfbf58c31033',
|
||||
'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Cross@53ab2144b90abede33be5161aec5dfc94ddc3caf',
|
||||
'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@5a93e07392970291589592faa27b2d44f2fdeb1b',
|
||||
'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Tools@0c4feb643b89d1792b02f7cbef315e9d95633bd7',
|
||||
'condition': 'dawn_standalone',
|
||||
},
|
||||
'third_party/spirv-headers': {
|
||||
|
@ -64,11 +64,11 @@ deps = {
|
|||
'condition': 'dawn_standalone',
|
||||
},
|
||||
'third_party/glslang': {
|
||||
'url': '{chromium_git}/external/github.com/KhronosGroup/glslang@4b4b41a63499d34c527ee4f714dde8072f60c900',
|
||||
'url': '{chromium_git}/external/github.com/KhronosGroup/glslang@8aa9a7bb8f74869ab9cfd2c9bd51cef1741004e7',
|
||||
'condition': 'dawn_standalone',
|
||||
},
|
||||
'third_party/shaderc': {
|
||||
'url': '{chromium_git}/external/github.com/google/shaderc@77d7b65ee2a1ad30e68975bfbeaa68e15db5036b',
|
||||
'url': '{chromium_git}/external/github.com/google/shaderc@e9bb8f287417084d30c924026de9fa59dd32db41',
|
||||
'condition': 'dawn_standalone',
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue