summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-options.cpp
Commit message (Expand)AuthorAge
* 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
* Capability System: Implicit capability upgrade warning/error (#4241)ArielG-NV2024-06-12
* Fix merge error. (#4358)Yong He2024-06-12
* Add slangc flag to `-zero-initialize` all variables (#3987)ArielG-NV2024-06-12
* Add compiler option to treat enum types as unscoped. (#4354)Yong He2024-06-12
* Add option to preserve shader parameter declaration in output SPIRV. (#4344)Yong He2024-06-12
* SPIRV `Block` decoration fixes. (#4303)Yong He2024-06-08
* Fix build warnings and treat warnings as error on CI (#4276)Jay Kwak2024-06-06
* Add an option to disable source map in obfuscation (#4260)kaizhangNV2024-06-03
* Improve compile time performance. (#3857)Yong He2024-05-29
* Add options to speedup compilation. (#4240)Yong He2024-05-29
* Add `-minimum-slang-optimization` to favor compile time. (#4186)Yong He2024-05-17
* Fix race-condition and visual artifacts issues (#4152)kaizhangNV2024-05-10
* `slangc` tool experience improvements. (#4140)Yong He2024-05-08
* Add host shared library target. (#4098)Yong He2024-05-03
* Handle case where types can be used as their own `Differential` type. (#4057)Sai Praveen Bangaru2024-05-02
* Copy default target's optionSet to code-gen target's optionSet (#4073)kaizhangNV2024-05-01
* Add option -disable-short-circuit (#4054)kaizhangNV2024-04-30
* Metal: Vertex/Fragment builtin and layouts. (#4044)Yong He2024-04-30
* Switch to direct-to-spirv backend as default. (#4002)Yong He2024-04-23
* Flag to prevent packing of cbuffer elements in HLSL backend. (#3993)Pema Malling2024-04-21
* Add metal downstream compiler + metallib target. (#3990)Yong He2024-04-19
* add `-ignore-capabilities` flag (#3984)ArielG-NV2024-04-19
* commit to partially fix #3931 (#3972)ArielG-NV2024-04-17
* Fix the issues when compiling slang to library (#3936)kaizhangNV2024-04-11
* Make `-no-mangle` option work, add `-no-hlsl-binding`. (#3817)Yong He2024-03-23
* Add `-fvk-use-dx-position-w` and fix ExecutionMode ordering for geometry shad...Yong He2024-03-11
* Link-time constant and linkage API improvements. (#3708)Yong He2024-03-07
* Uniformity analysis. (#3704)Yong He2024-03-07
* [slangc] generate an error when `-entry` is not specified for targets that re...Yong He2024-03-05
* Make slangc commandline parsing compatible with renderdoc. (#3658)Yong He2024-03-01