summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-wgsl-legalize.cpp
AgeCommit message (Expand)Author
2025-10-10Defer `IRCastStorageToLogicalDeref` in lowerBufferElementType pass. (#8668)Yong He
2025-04-14Fix matrix division by scalar for Metal and WGSL targets (#6752)Darren Wihandi
2025-01-15Reuse code for Metal and WGSL entry point legalization (#6063)Darren Wihandi
2025-01-10WGSL: Convert signed vector shift amounts to unsigned (#6023)Anders Leino
2025-01-07Lower varying parameters as pointers instead of SSA values. (#5919)Yong He
2024-12-19Add base vertex and base instance system values (#5918)Darren Wihandi
2024-12-12WGSL: Fix issue where global calls are generated (#5768)Anders Leino
2024-11-28wgsl: signedness mismatch fixes (#5692)Anders Leino
2024-11-25Support interpolation modifiers for WGSL (#5641)Anders Leino
2024-11-25Fix issue where inter-stage parameters without semantics don't get location a...Anders Leino
2024-11-25wgsl: Fix field semantics even if input struct doesn't need flattening (#5642)Anders Leino
2024-11-19Fix wgsl legalization around __ref parameter. (#5597)Yong He
2024-11-19Implement semantics for WGSL (#5589)Anders Leino
2024-11-06Fix the WGSL error about semantic when a nested struct is inlined (#5506)Jay Kwak
2024-11-05Legalize the Entry-point for WGSL (#5498)Jay Kwak
2024-11-05Fix system semantics of SV_GroupIndex (#5496)kaizhangNV
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-11-04Various WGSL fixes. (#5490)Yong He
2024-10-29formatEllie Hermaszewska
2024-09-20Fix handling of pointer logic in wgsl backend. (#5129)Yong He
2024-09-09Initial WGSL support (#5006)Anders Leino