index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-ir-wgsl-legalize.cpp
Commit message (
Expand
)
Author
Age
*
Defer `IRCastStorageToLogicalDeref` in lowerBufferElementType pass. (#8668)
Yong He
2025-10-10
*
Fix matrix division by scalar for Metal and WGSL targets (#6752)
Darren Wihandi
2025-04-14
*
Reuse code for Metal and WGSL entry point legalization (#6063)
Darren Wihandi
2025-01-15
*
WGSL: Convert signed vector shift amounts to unsigned (#6023)
Anders Leino
2025-01-10
*
Lower varying parameters as pointers instead of SSA values. (#5919)
Yong He
2025-01-07
*
Add base vertex and base instance system values (#5918)
Darren Wihandi
2024-12-19
*
WGSL: Fix issue where global calls are generated (#5768)
Anders Leino
2024-12-12
*
wgsl: signedness mismatch fixes (#5692)
Anders Leino
2024-11-28
*
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-25
*
Fix wgsl legalization around __ref parameter. (#5597)
Yong He
2024-11-19
*
Implement semantics for WGSL (#5589)
Anders Leino
2024-11-19
*
Fix the WGSL error about semantic when a nested struct is inlined (#5506)
Jay Kwak
2024-11-06
*
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-05
*
Various WGSL fixes. (#5490)
Yong He
2024-11-04
*
format
Ellie Hermaszewska
2024-10-29
*
Fix handling of pointer logic in wgsl backend. (#5129)
Yong He
2024-09-20
*
Initial WGSL support (#5006)
Anders Leino
2024-09-09