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.h
Age
Commit message (
Expand
)
Author
2025-08-21
Introduce CDataLayout & -fvk-use-c-layout (#8136)
Julius Ikkala
2025-07-01
Add arguments for controlling floating point denormal mode (#7461)
aidanfnv
2025-06-06
Add command line option for separate debug info (#7178)
jarcherNV
2025-05-29
Language version + tuple syntax. (#7230)
Yong He
2025-04-16
Remove support for ad hoc Slang IR compression (#6834)
Theresa Foley
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-07-17
Move the file public header files to `include` dir (#4636)
kaizhangNV
2024-06-03
Add an option to disable source map in obfuscation (#4260)
kaizhangNV
2024-05-29
Add options to speedup compilation. (#4240)
Yong He
2024-05-17
Add `-minimum-slang-optimization` to favor compile time. (#4186)
Yong He
2024-04-23
Switch to direct-to-spirv backend as default. (#4002)
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