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-compiler-options.cpp
Age
Commit message (
Expand
)
Author
2025-06-04
Make interface types non c-style in Slang2026. (#7260)
Yong He
2025-05-29
Language version + tuple syntax. (#7230)
Yong He
2025-05-22
Initial `dyn` keyword support & `-lang 2026` compiler option (#7172)
ArielG-NV
2025-04-25
Update spirv-tools to for SDK v2025.2 (#6893)
Gangzheng Tong
2025-03-04
Fix option set serialization bug (#6515)
Anders Leino
2025-01-17
Fix `-capability` arg in SPIRV debug command line output. (#6114)
Yong He
2024-11-06
Fix the logic bug in spirv-emit compile option (#5512)
kaizhangNV
2024-11-05
Move switch statement bodies to their own lines (#5493)
Ellie Hermaszewska
2024-11-01
Improve on spirv generation compile option (#5479)
kaizhangNV
2024-10-29
format
Ellie Hermaszewska
2024-08-26
Implement `-fvk-use-dx-layout` (#4912)
ArielG-NV
2024-05-01
Fix compile failures when using debug symbol. (#4069)
Yong He
2024-03-11
Add `-fvk-use-dx-position-w` and fix ExecutionMode ordering for geometry shad...
Yong He
2024-02-29
Fix various crashes when generating debug info. (#3650)
Yong He
2024-02-20
Refactor compiler option representations. (#3598)
Yong He