summaryrefslogtreecommitdiff
path: root/source/slang/slang.cpp
AgeCommit message (Expand)Author
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
2023-12-05Support `include` for pulling file into the current module. (#3377)Yong He
2023-11-14Add GLSL Compatibility. (#3321)Yong He
2023-10-11Report spirv-opt time. (#3271)Yong He
2023-09-26Fix for epoch/ASTBuilder* nullptr issue (#3240)jsmall-nvidia
2023-09-07Fix GLSL output for `gl_ClipDistance` input builtin. (#3193)Yong He
2023-08-28Allow bitwise or expressions and numeric literals in spirv_asm blocks (#3157)Ellie Hermaszewska
2023-08-15SPIRV: debug source and debug line. (#3109)Yong He
2023-08-16Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska
2023-08-09Clean up and improve Val deduplication performance. (#3069)Yong He
2023-08-07Fix `Val` deduplication bug. (#3050)Yong He
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
2023-07-14Allow setting of HLSLToVulkan options without having a target specified on th...jsmall-nvidia
2023-07-12Create and cache flattened inheritance lists (#2740)Theresa Foley
2023-07-12Use scratchData on `IRInst` to replace HashSets. (#2978)Yong He
2023-07-11Add perf benchmark utility. (#2977)Yong He
2023-07-07Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)Yong He
2023-06-08Improvements around StringBlob (#2921)jsmall-nvidia
2023-05-23Add API for querying total compile time. (#2898)Yong He
2023-05-10Add slangc options for reporting downstream compile time. (#2878)Yong He
2023-05-09Various fixes for autodiff and slangpy. (#2876)Yong He
2023-05-03HLSL->Vulkan binding support (#2865)jsmall-nvidia
2023-05-02Various dxc/fxc compatibility fixes. (#2863)Yong He
2023-04-29CommandOptions (#2856)jsmall-nvidia
2023-04-27Embed stdlib documentation to AST. (#2851)Yong He
2023-04-26Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska
2023-04-25StringBuilder to lowerCamel (#2840)jsmall-nvidia
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia