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