summaryrefslogtreecommitdiff
path: root/source/slang/slang-options.cpp
AgeCommit message (Expand)Author
2025-07-02add task shader alias (#7372)Sirox
2025-07-01Add arguments for controlling floating point denormal mode (#7461)aidanfnv
2025-07-01Remove some cruft/complexity from IR serialization (#7483)Theresa Foley
2025-06-27Move separate-debug-info arg to target options (#7540)jarcherNV
2025-06-06Add command line option for separate debug info (#7178)jarcherNV
2025-06-04Make interface types non c-style in Slang2026. (#7260)Yong He
2025-05-29Language version + tuple syntax. (#7230)Yong He
2025-05-22Initial `dyn` keyword support & `-lang 2026` compiler option (#7172)ArielG-NV
2025-04-28Add Slang Byte Code generation and interpreter. (#6896)Yong He
2025-04-22A new approach to AST serialization (#6854)Theresa Foley
2025-04-16Remove support for ad hoc Slang IR compression (#6834)Theresa Foley
2025-03-20Add -dump-module command to slangc (#6638)cheneym2
2025-03-13Use an explicit dependency for generated headers instead of source file depen...Ellie Hermaszewska
2025-03-12Add referenced modules as libraries when creating a session (#6569)Anders Leino
2025-03-10Add module reference options to options list when parsing them (#6539)Anders Leino
2025-02-10Add WGSL to list of formats supporting multiple entry points (#6324)David A Roberts
2025-02-05Feature/initialize list side branch (#6058)kaizhangNV
2025-01-31Distribute slang-glsl-module.bin in release packages. (#6233)Yong He
2025-01-10Initial implementation of SP#015 `DescriptorHandle<T>`. (#6028)Yong He
2024-11-11Reflection compiler option (#5507)tareksander
2024-11-07Mark -embed-downstream-ir as experimental (#5517)cheneym2
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-11-01Improve on spirv generation compile option (#5479)kaizhangNV
2024-10-29formatEllie Hermaszewska
2024-10-28Replace the word stdlib or standard-library with core-module for source code ...Jay Kwak
2024-10-25Replace stdlib on Slang API with CoreModule (#5405)Jay Kwak
2024-10-15 Move C interface from slang.h to slang-deprecated.h (#5301)Ellie Hermaszewska
2024-10-07Add WGSL support for slang-test (#5174)Anders Leino
2024-09-18Report AD checkpoint contexts (#5058)venkataram-nv
2024-09-05Initial -embed-spirv support (#4974)cheneym2
2024-08-30User guide page for SPIR-V target specific information (#4815)Jay Kwak
2024-08-29Support mixture of precompiled and non-precompiled modules (#4860)cheneym2
2024-08-26Implement `-fvk-use-dx-layout` (#4912)ArielG-NV
2024-08-05Initial support for precompiled DXIL in slang-modules (#4755)cheneym2
2024-07-30Move SPIRV global variables into a context variable (#4741)ArielG-NV
2024-07-18Adjust how `slang` and `slangc` uses a `profile` to manage the stage of an en...ArielG-NV
2024-07-17Move the file public header files to `include` dir (#4636)kaizhangNV
2024-06-12Capability System: Implicit capability upgrade warning/error (#4241)ArielG-NV
2024-06-12Fix merge error. (#4358)Yong He
2024-06-12Add slangc flag to `-zero-initialize` all variables (#3987)ArielG-NV
2024-06-12Add compiler option to treat enum types as unscoped. (#4354)Yong He
2024-06-12Add option to preserve shader parameter declaration in output SPIRV. (#4344)Yong He
2024-06-08SPIRV `Block` decoration fixes. (#4303)Yong He
2024-06-06Fix build warnings and treat warnings as error on CI (#4276)Jay Kwak
2024-06-03Add an option to disable source map in obfuscation (#4260)kaizhangNV
2024-05-29Improve compile time performance. (#3857)Yong He
2024-05-29Add options to speedup compilation. (#4240)Yong He
2024-05-17Add `-minimum-slang-optimization` to favor compile time. (#4186)Yong He
2024-05-10Fix race-condition and visual artifacts issues (#4152)kaizhangNV
2024-05-08`slangc` tool experience improvements. (#4140)Yong He