summaryrefslogtreecommitdiff
path: root/source/slang
AgeCommit message (Expand)Author
2024-03-04Extend `as` and `is` operator to work on generic types. (#3672)Yong He
2024-03-04Implement short-circuit logic operator (#3635)kaizhangNV
2024-03-04Add `IGlobalSession::getSessionDescDigest`. (#3669)Yong He
2024-03-04Fix lowering logic around imported modules. (#3668)Yong He
2024-03-03Fix SPIRV pointer codegen. (#3664)Yong He
2024-03-01Enable debug info for swizzledStore. (#3659)Yong He
2024-03-01Make slangc commandline parsing compatible with renderdoc. (#3658)Yong He
2024-03-01Small cleanups for bitfield accessor synthesis (#3651)Ellie Hermaszewska
2024-03-01warnings (#3653)Ellie Hermaszewska
2024-03-01Various SPIRV fixes. (#3655)Yong He
2024-02-29Fix various crashes when generating debug info. (#3650)Yong He
2024-02-29[SPIRV] Fix logic for emitting debug matrix type. (#3649)Yong He
2024-02-29[SPIRV Debug] Properly update output arguments after call. (#3648)Yong He
2024-03-01Add support for bitfields (#3639)Ellie Hermaszewska
2024-02-29Fix crash in `insertDebugValueStore`. (#3647)Yong He
2024-02-28Allow non-static const to be considered compile-time constant. (#3645)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-26WAR for ForceInline not working issue in stdlib (#3630)Jay Kwak
2024-02-26Partially implement shader_subgroup extension(s); Partially resolves #3548 (#...ArielG-NV
2024-02-26AD: Handle case where struct is created with `no_diff`-wrapped operands. (#3629)Sai Praveen Bangaru
2024-02-23SPIRV Fixes. (#3622)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 parsing of literals in stdlib. (#3610)Yong He
2024-02-21Fix SPIRV lowering issue. (#3608)Yong He
2024-02-20Language server robustness fix. (#3607)Yong He
2024-02-20Add wrapper type syntax for link time specialization. (#3606)Yong He
2024-02-20Support link time type specialization. (#3604)Yong He
2024-02-20Refactor compiler option representations. (#3598)Yong He
2024-02-15cmake: option to build a static library version of slang (#3578)Lukas Lipp
2024-02-15Support loading serialized modules. (#3588)Yong He
2024-02-12Fix #3566. (#3574)Yong He
2024-02-12Fix lowering of static consts in a generic function. (#3573)Yong He
2024-02-11Fix type checking around generic array types. (#3568)Yong He
2024-02-10Fix spirv legalization of nested ararys. (#3567)Yong He
2024-02-09Support link-time constants. (#3564)Yong He
2024-02-08Support pointers in SPIRV. (#3561)Yong He
2024-02-07Implement basic GLSL built-in functions (#3525)Jay Kwak
2024-02-06Improve Capability System (#3555)Yong He
2024-02-06Fix fp16 atomics intrinsics for hlsl. (#3553)Yong He
2024-02-06Unify GLSL and HLSL buffer block parsing. (#3552)Yong He
2024-02-05Add per-buffer data layout control. (#3551)Yong He
2024-02-05Add glsl implementation of Texture.InterlockedAddF32 (#3550)Yong He
2024-02-05Implement GLSL build-in functions related to texture (#3544)Jay Kwak
2024-02-05Add documentation on capability system. (#3549)Yong He
2024-02-03Fix spirv emit that leads to pathological downstream time. (#3546)Yong He
2024-02-02Capability type checking. (#3530)Yong He
2024-02-02Atomics+Wave ops intrinsics fixes. (#3542)Yong He
2024-02-02GLSL Passthrough support for SSBO types (#3446)Ellie Hermaszewska