summaryrefslogtreecommitdiffstats
path: root/source/slang/slang.cpp
Commit message (Expand)AuthorAge
...
* `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
* Capability type checking. (#3530)Yong He2024-02-02
* Atomics+Wave ops intrinsics fixes. (#3542)Yong He2024-02-02
* FP16 atomics for RWByteAddresBuffer, fp32 atomics for images. (#3536)Yong He2024-02-01
* Add slangc option to specialize entrypoint + auto glsl mode. (#3531)Yong He2024-02-01
* Capability def parsing & codegen + disjoint sets (#3451)Yong He2024-01-18
* Add compiler settings to shader cache key (#3439)skallweitNV2024-01-09
* Fix issue with entry point result not being available via `spGetEntryPointCod...jsmall-nvidia2024-01-03
* Handle import, entrypoint and global params in included files. (#3395)Yong He2023-12-08
* Change default visibility of interface members and update docs. (#3381)Yong He2023-12-06
* Support `include` for pulling file into the current module. (#3377)Yong He2023-12-05
* Add GLSL Compatibility. (#3321)Yong He2023-11-14
* Report spirv-opt time. (#3271)Yong He2023-10-11
* Fix for epoch/ASTBuilder* nullptr issue (#3240)jsmall-nvidia2023-09-26
* Fix GLSL output for `gl_ClipDistance` input builtin. (#3193)Yong He2023-09-07
* Allow bitwise or expressions and numeric literals in spirv_asm blocks (#3157)Ellie Hermaszewska2023-08-28
* SPIRV: debug source and debug line. (#3109)Yong He2023-08-15
* Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska2023-08-16
* Clean up and improve Val deduplication performance. (#3069)Yong He2023-08-09
* Fix `Val` deduplication bug. (#3050)Yong He2023-08-07
* Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He2023-08-04