summaryrefslogtreecommitdiff
path: root/tests/compute/unbounded-array-of-array-syntax.slang.glsl
AgeCommit message (Expand)Author
2023-08-23Lower all ByteAddressBuffer uses for SPIRV. (#3143)Yong He
2023-08-21Compile append and consume structured buffers to glsl. (#3142)Yong He
2023-08-14Support per field matrix layout (#3101)Yong He
2023-06-01Be lenient on same-size unsigend->signed conversion. (#2913)Yong He
2023-02-07Arithmetic simplifications and more IR clean up logic. (#2632)Yong He
2022-05-10Use IR pass to eliminate phi nodes (#2226)Theresa Foley
2021-07-21Work to mitigate SPIR-V bloat (#1914)Theresa Foley
2020-03-25Fix a bug in exiting SSA form for loops (#1293)Tim Foley
2019-10-17Feature/gpu unbound array of array (#1083)jsmall-nvidia