Roll 5 dependencies
Roll third_party/glslang/ b60e067b4..d253278f9 (2 commits)b60e067b43..d253278f98
$ git log b60e067b4..d253278f9 --date=short --no-merges --format='%ad %ae %s' 2020-08-12 alanbaker Update test expectations 2020-08-12 alanbaker Update SPIRV-Tools and SPIRV-Headers known good Created with: roll-dep third_party/glslang Change-Id: I1aea9a8360edcbc16c46fdcf36c2d0d18b544540 Roll third_party/shaderc/ c626b912d..ffd805115 (2 commits)c626b912dc..ffd805115e
$ git log c626b912d..ffd805115 --date=short --no-merges --format='%ad %ae %s' 2020-08-13 rharrison Add support for Dawn using deprecated Options constructor (#1130) 2020-08-10 rharrison Roll 5 dependencies and update expectations (#1129) Created with: roll-dep third_party/shaderc Change-Id: I2c4482711a1951d10d5592308f5a378bfe2114f3 Roll third_party/spirv-cross/ 82d1c43e4..4c7944bb4 (1 commit)82d1c43e40..4c7944bb42
$ git log 82d1c43e4..4c7944bb4 --date=short --no-merges --format='%ad %ae %s' 2020-08-13 lehoangq Fix #1445: MSL: Enclose args when convert distance(a,b) to abs(a-b) Created with: roll-dep third_party/spirv-cross Change-Id: I69886c8b47ebc66fd98228a97203bc8835dfb314 Roll third_party/SPIRV-Tools/ 2990a2192..b4c4da3e7 (15 commits)2990a21926..b4c4da3e76
$ git log 2990a2192..b4c4da3e7 --date=short --no-merges --format='%ad %ae %s' 2020-08-13 alanbaker Improve non-semantic instruction handling in the optimizer (#3693) 2020-08-13 vasniktel Fix the bug (#3680) 2020-08-12 andreperezmaselco.developer spirv-fuzz: Check integer and float width capabilities (#3670) 2020-08-12 andreperezmaselco.developer spirv-fuzz: consider additional access chain instructions (#3672) 2020-08-12 andreperezmaselco.developer spirv-fuzz: Ignore specialization constants (#3664) 2020-08-12 vasniktel Fix the bug (#3683) 2020-08-12 vasniktel spirv-fuzz: Fix width in FuzzerPassAddEquationInstructions (#3685) 2020-08-12 jaebaek Preserve debug info in dead-insert-elim pass (#3652) 2020-08-12 jaebaek Validate more OpenCL.DebugInfo.100 instructions (#3684) 2020-08-11 alanbaker Only validation locations for appropriate execution models (#3656) 2020-08-11 andreperezmaselco.developer spirv-fuzz: Fix in operand type assertion (#3666) 2020-08-11 andreperezmaselco.developer spirv-opt: Add spvOpcodeIsAccessChain (#3682) 2020-08-11 vasniktel spirv-fuzz: FuzzerPassPropagateInstructionsUp (#3478) 2020-08-10 stevenperron Handle no index access chain in local access chain convert (#3678) 2020-08-10 rharrison Roll 2 dependencies (#3677) Created with: roll-dep third_party/SPIRV-Tools Change-Id: I1a07ba8931ec0b3ec8d70234f8aa871793df6fa0 Roll third_party/tint/ 5e7ef27ca..23c3fee35 (3 commits) https://dawn.googlesource.com/tint/+log/5e7ef27ca7b1..23c3fee35436 $ git log 5e7ef27ca..23c3fee35 --date=short --no-merges --format='%ad %ae %s' 2020-08-13 sarahmashay [validation]: Add disabled test for validating return statement type matches function types 2020-08-13 sarahmashay [validation] Validates return statement 2020-08-13 rharrison Fix handling of .spvasm inputs Created with: roll-dep third_party/tint Change-Id: I70f8e484d12df835efce98db28b22d0cfa848a0b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/26800 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org>
This commit is contained in:
parent
13f3340173
commit
f7905c3cb5
10
DEPS
10
DEPS
|
@ -66,13 +66,13 @@ deps = {
|
|||
|
||||
# SPIRV-Cross
|
||||
'third_party/spirv-cross': {
|
||||
'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Cross@82d1c43e408510793a73a0886b5998283ee84d7b',
|
||||
'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Cross@4c7944bb4260ab0466817c932a9673b6cf59438e',
|
||||
'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@2990a219264598311fa9f069999f56b774ad34e9',
|
||||
'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Tools@b4c4da3e76065180a7c5ce4ac6e5346e58833335',
|
||||
'condition': 'dawn_standalone',
|
||||
},
|
||||
'third_party/spirv-headers': {
|
||||
|
@ -80,17 +80,17 @@ deps = {
|
|||
'condition': 'dawn_standalone',
|
||||
},
|
||||
'third_party/glslang': {
|
||||
'url': '{chromium_git}/external/github.com/KhronosGroup/glslang@b60e067b43744ce88adea33ab347ac9997b923d8',
|
||||
'url': '{chromium_git}/external/github.com/KhronosGroup/glslang@d253278f986574cb8e80ec9a4e84094ec1b25349',
|
||||
'condition': 'dawn_standalone',
|
||||
},
|
||||
'third_party/shaderc': {
|
||||
'url': '{chromium_git}/external/github.com/google/shaderc@c626b912dc4568867b29c5b221df6aac75390ab5',
|
||||
'url': '{chromium_git}/external/github.com/google/shaderc@ffd805115ed6672ff98ce27d2034ffe1646fd834',
|
||||
'condition': 'dawn_standalone',
|
||||
},
|
||||
|
||||
# WGSL support
|
||||
'third_party/tint': {
|
||||
'url': '{dawn_git}/tint@5e7ef27ca7b1ddedd9a9553bc873e4034cd0c735',
|
||||
'url': '{dawn_git}/tint@23c3fee35436cb4a2541722b9ef3628382401026',
|
||||
'condition': 'dawn_standalone',
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue