summaryrefslogtreecommitdiff
path: root/source/slang/slang.cpp
AgeCommit message (Expand)Author
2024-06-12Delete glsl_vulkan and glsl_vulkan_one_desc targets. (#4361)Yong He
2024-06-12Capability System: Implicit capability upgrade warning/error (#4241)ArielG-NV
2024-06-12Add slangc flag to `-zero-initialize` all variables (#3987)ArielG-NV
2024-06-12Extend the COM-based API to support whole program compilation. (#4355)Yong He
2024-06-04Add APIs to get profile of compile time (#4242)kaizhangNV
2024-06-01Support different SPIRV versions. (#4254)Yong He
2024-05-20Printing a timing of stdlib build time (#4190)Jay Kwak
2024-05-17Add `-minimum-slang-optimization` to favor compile time. (#4186)Yong He
2024-05-17capture/relay: Add capture interface classes (#4177)kaizhangNV
2024-05-16Capabilities System, CapabilitySet Logic Overhaul (#4145)ArielG-NV
2024-05-14Propagate warning settings on `Linkage` to IR passes. (#4156)Yong He
2024-05-08`slangc` tool experience improvements. (#4140)Yong He
2024-05-03Add host shared library target. (#4098)Yong He
2024-05-01Copy default target's optionSet to code-gen target's optionSet (#4073)kaizhangNV
2024-05-01Fix compile failures when using debug symbol. (#4069)Yong He
2024-04-30Avoid classifying methods with `[numthreads]` as entry points for CUDA-relate...Sai Praveen Bangaru
2024-04-30Change stdlib to not depend on short-circuit (#4056)kaizhangNV
2024-04-30Add option -disable-short-circuit (#4054)kaizhangNV
2024-04-30Metal: Vertex/Fragment builtin and layouts. (#4044)Yong He
2024-04-19Add metal downstream compiler + metallib target. (#3990)Yong He
2024-04-17Add skeleton for metal backend. (#3971)Yong He
2024-04-12Fix the issue that 'spGetDependencyFilePath' report 'unknown' (#3927) (#3939)kaizhangNV
2024-04-12Add missing astBuilder setting in `ComponentType::tryFoldIntVal`. (#3934)Yong He
2024-04-11Fix the issues when compiling slang to library (#3936)kaizhangNV
2024-04-09Allow COM based API to discover and check entrypoints without [shader] attrib...Yong He
2024-03-19Fix inconsistent digest of precompiled module. (#3796)Yong He
2024-03-18Fix name mangling and source file finding logic for precompiled module valida...Yong He
2024-03-12Fix `sessionDesc.defaultMatrixLayoutMode` being ineffective. (#3753)Yong He
2024-03-11Link-time specialization fixes. (#3734)Yong He
2024-03-08Parser and module finding logic fixes. (#3720)Yong He
2024-03-07Link-time constant and linkage API improvements. (#3708)Yong He
2024-03-04Add `IGlobalSession::getSessionDescDigest`. (#3669)Yong He
2024-02-28[SPIRV] Add NonSemanticDebugInfo for step-through debugging. (#3644)Yong He
2024-02-26Allow default values for `extern` symbols. (#3632)Yong He
2024-02-23Add slangc interface to compile and use ir modules. (#3615)Yong He
2024-02-22Add API for querying and reusing precompiled binary modules. (#3614)Yong He
2024-02-21Fix SPIRV lowering issue. (#3608)Yong He
2024-02-20Language server robustness fix. (#3607)Yong He
2024-02-20Refactor compiler option representations. (#3598)Yong He
2024-02-15Support loading serialized modules. (#3588)Yong He
2024-02-06Unify GLSL and HLSL buffer block parsing. (#3552)Yong He
2024-02-02Capability type checking. (#3530)Yong He
2024-02-02Atomics+Wave ops intrinsics fixes. (#3542)Yong He
2024-02-01FP16 atomics for RWByteAddresBuffer, fp32 atomics for images. (#3536)Yong He
2024-02-01Add slangc option to specialize entrypoint + auto glsl mode. (#3531)Yong He
2024-01-18Capability def parsing & codegen + disjoint sets (#3451)Yong He
2024-01-09Add compiler settings to shader cache key (#3439)skallweitNV
2024-01-03Fix issue with entry point result not being available via `spGetEntryPointCod...jsmall-nvidia
2023-12-08Handle import, entrypoint and global params in included files. (#3395)Yong He
2023-12-06Change default visibility of interface members and update docs. (#3381)Yong He