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