summaryrefslogtreecommitdiff
path: root/source/slang/slang-lower-to-ir.cpp
AgeCommit message (Expand)Author
2025-07-01extend fiddle to allow custom lua splices in more places (#7559)Ellie Hermaszewska
2025-06-30Remove redundant [payload] attribute (Fix #7528) (#7555)Harsh Aggarwal (NVIDIA)
2025-06-28Minimal optional constraints (#7422)Julius Ikkala
2025-06-16Fix for missing signedness cast in SwizzleIR (#7448)Jerran Schmidt
2025-06-13Allow interface methods to have default implementations. (#7439)Yong He
2025-06-11Add DebugLine before IfElse (#7368)Lujin Wang
2025-06-09Mediate access to ContainerDecl members (#7242)Theresa Foley
2025-05-29Implement MapElement for CoopMat (#7159)Jay Kwak
2025-05-29Language version + tuple syntax. (#7230)Yong He
2025-05-23Implement throw & catch statements (#6916)Julius Ikkala
2025-05-22Make sizeof(T) & alignof(T) of generic types work as compile-time constants (...Julius Ikkala
2025-05-15Implement spec const for generic parameter (#7121)kaizhangNV
2025-05-14support specialization constant sized array (#6871)kaizhangNV
2025-05-13Fix invalid memory dereference in lower-to-ir (#7080)Jay Kwak
2025-05-13Support Array Sizes using Generic arguments to be initialized via {} (#6720)Sruthik P
2025-05-10Fix local constants in switch cases (#7053)Julius Ikkala
2025-05-10Add debug information for slang inling (#6621)Mukund Keshava
2025-05-09Fixed name mangling of generic extensions (#6671)Ronan
2025-05-03Add IREnumType to distinguish enums from ints and each other (#6973)Julius Ikkala
2025-04-30Initial support for immutable lambda expressions. (#6914)Yong He
2025-04-22A new approach to AST serialization (#6854)Theresa Foley
2025-04-21Add `vk::offset` to specify member offsets for push constants (#6797)Darren Wihandi
2025-04-17Eliminate back-reference in ChildStmt (#6835)Theresa Foley
2025-04-07Support for Payload Access Qualifiers (#3448) (#6595)Harsh Aggarwal (NVIDIA)
2025-04-06Add defer statement (#6619)Julius Ikkala
2025-04-01Make IRWitnessTable HOISTABLE (#6417)Jay Kwak
2025-03-21Emit errors for missing returns on unsupported targets (#6633)Darren Wihandi
2025-03-15Fix lowering of associated types in generic interfaces (#6600)Sai Praveen Bangaru
2025-03-13Add mesh shader output topology checks (#6592)Darren Wihandi
2025-03-06Fix lowering of `extern` types with defaults. (#6512)Yong He
2025-03-06Update SPIRV-Tools and fix new validation errors. (#6511)Yong He
2025-03-05Fix codegen bug when targeting PTX with new API (#6506)Anders Leino
2025-02-28Add Slang-specific intrinsics for integer pack/unpack (#6459)Darren Wihandi
2025-02-23Improve performance when compiling small shaders. (#6396)Yong He
2025-02-20Simplify implicit cast ctors for vector & matrix. (#6408)Yong He
2025-02-12Allow LHS of `where` to be any type. (#6333)Yong He
2025-02-06Support stage_switch. (#6311)Yong He
2025-02-05Allow tuples to work with initializer list. (#6301)Yong He
2025-02-05maxtessfactor attribute should take a floating point value (#6289)Jay Kwak
2025-02-05Feature/initialize list side branch (#6058)kaizhangNV
2025-02-02Add support for WGSL subgroup operations (#6213)Darren Wihandi
2025-01-30Support cooperative vector (#6223)Jay Kwak
2025-01-28Allow requiring glsl language extensions on structs (#6173)Ellie Hermaszewska
2025-01-28Fix geometry shader related modifier lowering. (#6197)Yong He
2025-01-27Properly plumbing layout for global varyings. (#6198)Yong He
2025-01-17Implement Quad Control intrinsics (#5981)Darren Wihandi
2025-01-17Fix interface requirement lowering for generic accessors (#6123)Sai Praveen Bangaru
2025-01-14Implement specialization constant support in numthreads / local_size (#5963)Julius Ikkala
2025-01-09[Auto-diff] Overhaul auto-diff type tracking + Overhaul dynamic dispatch for ...Sai Praveen Bangaru
2025-01-07Lower varying parameters as pointers instead of SSA values. (#5919)Yong He