summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-lower-generic-type.cpp
AgeCommit message (Expand)Author
2023-04-03Emit simpler vector element access code. (#2770)Yong He
2023-02-16Remove `SharedIRBuilder`. (#2657)Yong He
2022-06-25Specialize generic/existential calls within generic functions. (#2294)Yong He
2021-12-17Cleanup refactoring work around the IR builder (#2061)Theresa Foley
2021-02-16Add an accessor for IRInst opcode (#1707)Tim Foley
2020-09-02Allow unspecialized existential shader parameters (dynamic dispatch). (#1529)Yong He
2020-08-18Support initializing an existential value from a generic value. (#1503)Yong He
2020-08-14Lower existential types. (#1497)Yong He
2020-08-05`AnyValue` based dynamic dispatch code gen (#1477)Yong He