David Neto
0e58bbd5aa
Update known-good spirv-tools.
...
Optimizations used in HLSL legalization now sweep away unused types.
2018-01-12 12:52:04 -05:00
GregF
e0639287df
HLSL Legalization: Add scalar replacement
...
This allow for propagation through structs with dynamically indexed
arrays. This supports recent removal of non-io struct flattening.
2017-12-21 11:30:13 -07:00
John Kessenich
c72e5937dd
SPV: Bump the generator number to account for barrier changes.
2017-12-16 00:34:08 -07:00
John Kessenich
dc005fb083
HLSL: Stop flattening non-IO structs containing opaques.
...
This makes struct returns from functions work, but breaks
structs containing arrays, due to limitations in subsequent
transforms in spirv-opt. This is expected to be fixed soon.
2017-12-08 04:30:29 -07:00
John Kessenich
07ed11f9a0
SPV: GeneratorVersion: bump version number because of atomic decrement change.
2017-10-07 11:41:20 -06:00
John Kessenich
592e8f0441
HLSL: Tests: Add subset of flattened opaque test to legalize results.
2017-10-06 21:01:07 -06:00