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