summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-compiler.h
Commit message (Expand)AuthorAge
...
* Support parameter block in metal shader objects. (#4671)Yong He2024-07-19
* Allow CPP/CUDA/Metal to lower/legalize buffer-elements to support column_majo...ArielG-NV2024-07-18
* 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
* Add reflection API for functions. (#4587)Yong He2024-07-10
* Add API for querying dependency files on IModule (#4493)skallweitNV2024-06-27
* 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
* Extend the COM-based API to support whole program compilation. (#4355)Yong He2024-06-12
* add 'override' keyword to getCompileTimeProfile (#4275)kaizhangNV2024-06-05
* Add APIs to get profile of compile time (#4242)kaizhangNV2024-06-04
* Support different SPIRV versions. (#4254)Yong He2024-06-01
* Add `-minimum-slang-optimization` to favor compile time. (#4186)Yong He2024-05-17
* capture/relay: Add capture interface classes (#4177)kaizhangNV2024-05-17
* 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
* Avoid classifying methods with `[numthreads]` as entry points for CUDA-relate...Sai Praveen Bangaru2024-04-30
* Parameter layout and reflection for Metal bindings. (#4022)Yong He2024-04-24
* Silent compiler warning about missing override keywords (#4018)Jay Kwak2024-04-24
* Switch to direct-to-spirv backend as default. (#4002)Yong He2024-04-23
* Add metal downstream compiler + metallib target. (#3990)Yong He2024-04-19
* Add skeleton for metal backend. (#3971)Yong He2024-04-17
* Allow COM based API to discover and check entrypoints without [shader] attrib...Yong He2024-04-09
* Fix name mangling and source file finding logic for precompiled module valida...Yong He2024-03-18
* Link-time specialization fixes. (#3734)Yong He2024-03-11
* 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
* 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
* Refactor compiler option representations. (#3598)Yong He2024-02-20
* Support loading serialized modules. (#3588)Yong He2024-02-15
* Atomics+Wave ops intrinsics fixes. (#3542)Yong He2024-02-02
* Capability def parsing & codegen + disjoint sets (#3451)Yong He2024-01-18
* Support `include` for pulling file into the current module. (#3377)Yong He2023-12-05
* Add GLSL Compatibility. (#3321)Yong He2023-11-14
* Run curated spirv-opt passes through slang-glslang. (#3266)Yong He2023-10-09
* Add SPIRV intrinsics for ShaderExecutionReordering and RW/Buffer. (#3252)Yong He2023-10-02
* Fix for threading issues around global session & epoch ids. (#3232)jsmall-nvidia2023-09-25
* Add -repro-fallback-directory (#3188)jsmall-nvidia2023-09-07
* Allow bitwise or expressions and numeric literals in spirv_asm blocks (#3157)Ellie Hermaszewska2023-08-28
* Initial support for differentiating existential types (#3111)Sai Praveen Bangaru2023-08-17
* Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska2023-08-16
* SPIR-V WIP (#3064)Ellie Hermaszewska2023-08-15
* Support per field matrix layout (#3101)Yong He2023-08-14
* Clean up and improve Val deduplication performance. (#3069)Yong He2023-08-09
* Add spirv-dis as a downstream compiler (#3059)Ellie Hermaszewska2023-08-07
* Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He2023-08-04
* nsight Aftermath crash example (#2984)jsmall-nvidia2023-07-18
* Simplify Lookup and improve compiler performance. (#2996)Yong He2023-07-18