summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-options.cpp
Commit message (Expand)AuthorAge
* Optionally disable entry point param cbuffer transformyum2025-10-17
* Decouple debug level control from separate-debug-info (#8680)Jay Kwak2025-10-11
* Introduce CDataLayout & -fvk-use-c-layout (#8136)Julius Ikkala2025-08-21
* Do case-sensitive search for category first in slangc -h (#8142)aidanfnv2025-08-11
* A new approach to AST node deduplication (#8072)Theresa Foley2025-08-06
* Omit "Invalid" capability from slangc -h output (#8020)aidanfnv2025-08-01
* msvc style bitfield packing (#7963)Ellie Hermaszewska2025-07-31
* Fix segfault when using -separate-debug-info with unsupported targets (#7777)Copilot2025-07-22
* Correct help text for `-dump-intermediate-prefix` (#7768)Sam Estep2025-07-16
* Use stdout for --help text instead of stderr (#7730)aidanfnv2025-07-11
* Fix `slangc --help` text for `-reflection-json` (#7653)Sam Estep2025-07-09
* Stable names and backwards compat for serialized IR modules (#7644)Ellie Hermaszewska2025-07-09
* Add <help-category> list and hint on usage in slangc -h (#7638)aidanfnv2025-07-08
* add task shader alias (#7372)Sirox2025-07-02
* Add arguments for controlling floating point denormal mode (#7461)aidanfnv2025-07-01
* Remove some cruft/complexity from IR serialization (#7483)Theresa Foley2025-07-01
* Move separate-debug-info arg to target options (#7540)jarcherNV2025-06-27
* Add command line option for separate debug info (#7178)jarcherNV2025-06-06
* Make interface types non c-style in Slang2026. (#7260)Yong He2025-06-04
* Language version + tuple syntax. (#7230)Yong He2025-05-29
* Initial `dyn` keyword support & `-lang 2026` compiler option (#7172)ArielG-NV2025-05-22
* Add Slang Byte Code generation and interpreter. (#6896)Yong He2025-04-28
* A new approach to AST serialization (#6854)Theresa Foley2025-04-22
* Remove support for ad hoc Slang IR compression (#6834)Theresa Foley2025-04-16
* Add -dump-module command to slangc (#6638)cheneym22025-03-20
* Use an explicit dependency for generated headers instead of source file depen...Ellie Hermaszewska2025-03-13
* Add referenced modules as libraries when creating a session (#6569)Anders Leino2025-03-12
* Add module reference options to options list when parsing them (#6539)Anders Leino2025-03-10
* Add WGSL to list of formats supporting multiple entry points (#6324)David A Roberts2025-02-10
* Feature/initialize list side branch (#6058)kaizhangNV2025-02-05
* Distribute slang-glsl-module.bin in release packages. (#6233)Yong He2025-01-31
* Initial implementation of SP#015 `DescriptorHandle<T>`. (#6028)Yong He2025-01-10
* Reflection compiler option (#5507)tareksander2024-11-11
* Mark -embed-downstream-ir as experimental (#5517)cheneym22024-11-07
* Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska2024-11-05
* Improve on spirv generation compile option (#5479)kaizhangNV2024-11-01
* formatEllie Hermaszewska2024-10-29
* Replace the word stdlib or standard-library with core-module for source code ...Jay Kwak2024-10-28
* Replace stdlib on Slang API with CoreModule (#5405)Jay Kwak2024-10-25
* Move C interface from slang.h to slang-deprecated.h (#5301)Ellie Hermaszewska2024-10-15
* Add WGSL support for slang-test (#5174)Anders Leino2024-10-07
* Report AD checkpoint contexts (#5058)venkataram-nv2024-09-18
* Initial -embed-spirv support (#4974)cheneym22024-09-05
* User guide page for SPIR-V target specific information (#4815)Jay Kwak2024-08-30
* Support mixture of precompiled and non-precompiled modules (#4860)cheneym22024-08-29
* Implement `-fvk-use-dx-layout` (#4912)ArielG-NV2024-08-26
* Initial support for precompiled DXIL in slang-modules (#4755)cheneym22024-08-05
* Move SPIRV global variables into a context variable (#4741)ArielG-NV2024-07-30
* Adjust how `slang` and `slangc` uses a `profile` to manage the stage of an en...ArielG-NV2024-07-18
* Move the file public header files to `include` dir (#4636)kaizhangNV2024-07-17