summaryrefslogtreecommitdiffstats
path: root/source/slang/slang.cpp
Commit message (Expand)AuthorAge
* Cleanup global memory allocations on shutdown. (#4731)Yong He2024-07-24
* Support parameter block in metal shader objects. (#4671)Yong He2024-07-19
* Initial implementation for decl-tree reflection API (#4666)Sai Praveen Bangaru2024-07-18
* Move the file public header files to `include` dir (#4636)kaizhangNV2024-07-17
* populate slang-tag-version with cmake (#4611)Ellie Hermaszewska2024-07-11
* Revert slang-tag-version include path.Yong He2024-07-10
* Cope with failed version parsing (#4609)Ellie Hermaszewska2024-07-11
* Add reflection API for functions. (#4587)Yong He2024-07-10
* Language server performance and document symbol fix. (#4561)Yong He2024-07-08
* Delete glsl_vulkan and glsl_vulkan_one_desc targets. (#4361)Yong He2024-06-12
* Capability System: Implicit capability upgrade warning/error (#4241)ArielG-NV2024-06-12
* Add slangc flag to `-zero-initialize` all variables (#3987)ArielG-NV2024-06-12
* Extend the COM-based API to support whole program compilation. (#4355)Yong He2024-06-12
* Add APIs to get profile of compile time (#4242)kaizhangNV2024-06-04
* Support different SPIRV versions. (#4254)Yong He2024-06-01
* Printing a timing of stdlib build time (#4190)Jay Kwak2024-05-20
* Add `-minimum-slang-optimization` to favor compile time. (#4186)Yong He2024-05-17
* capture/relay: Add capture interface classes (#4177)kaizhangNV2024-05-17
* Capabilities System, CapabilitySet Logic Overhaul (#4145)ArielG-NV2024-05-16
* Propagate warning settings on `Linkage` to IR passes. (#4156)Yong He2024-05-14
* `slangc` tool experience improvements. (#4140)Yong He2024-05-08
* Add host shared library target. (#4098)Yong He2024-05-03
* Copy default target's optionSet to code-gen target's optionSet (#4073)kaizhangNV2024-05-01
* Fix compile failures when using debug symbol. (#4069)Yong He2024-05-01
* Avoid classifying methods with `[numthreads]` as entry points for CUDA-relate...Sai Praveen Bangaru2024-04-30
* Change stdlib to not depend on short-circuit (#4056)kaizhangNV2024-04-30
* Add option -disable-short-circuit (#4054)kaizhangNV2024-04-30
* Metal: Vertex/Fragment builtin and layouts. (#4044)Yong He2024-04-30
* Add metal downstream compiler + metallib target. (#3990)Yong He2024-04-19
* Add skeleton for metal backend. (#3971)Yong He2024-04-17
* Fix the issue that 'spGetDependencyFilePath' report 'unknown' (#3927) (#3939)kaizhangNV2024-04-12
* Add missing astBuilder setting in `ComponentType::tryFoldIntVal`. (#3934)Yong He2024-04-12
* Fix the issues when compiling slang to library (#3936)kaizhangNV2024-04-11
* Allow COM based API to discover and check entrypoints without [shader] attrib...Yong He2024-04-09
* Fix inconsistent digest of precompiled module. (#3796)Yong He2024-03-19
* Fix name mangling and source file finding logic for precompiled module valida...Yong He2024-03-18
* Fix `sessionDesc.defaultMatrixLayoutMode` being ineffective. (#3753)Yong He2024-03-12
* Link-time specialization fixes. (#3734)Yong He2024-03-11
* Parser and module finding logic fixes. (#3720)Yong He2024-03-08
* Link-time constant and linkage API improvements. (#3708)Yong He2024-03-07
* Add `IGlobalSession::getSessionDescDigest`. (#3669)Yong He2024-03-04
* [SPIRV] Add NonSemanticDebugInfo for step-through debugging. (#3644)Yong He2024-02-28
* Allow default values for `extern` symbols. (#3632)Yong He2024-02-26
* Add slangc interface to compile and use ir modules. (#3615)Yong He2024-02-23
* Add API for querying and reusing precompiled binary modules. (#3614)Yong He2024-02-22
* Fix SPIRV lowering issue. (#3608)Yong He2024-02-21
* Language server robustness fix. (#3607)Yong He2024-02-20
* Refactor compiler option representations. (#3598)Yong He2024-02-20
* Support loading serialized modules. (#3588)Yong He2024-02-15
* Unify GLSL and HLSL buffer block parsing. (#3552)Yong He2024-02-06