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