summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-specialize.cpp
AgeCommit message (Expand)Author
2022-06-25Specialize generic/existential calls within generic functions. (#2294)Yong He
2022-06-23Preserve specialization cache in IR for specialization pass. (#2293)Yong He
2022-06-01Clean up void returns. (#2260)Yong He
2021-12-17Cleanup refactoring work around the IR builder (#2061)Theresa Foley
2021-10-21Passing associated type arguments to existential parameters + packing for `bo...Yong He
2021-08-26Add API to control interface specialization. (#1925)Yong He
2021-02-16Add an accessor for IRInst opcode (#1707)Tim Foley
2021-01-22Fix existential specialization of mutable buffer loads. (#1671)Yong He
2020-12-11Add first steps toward a "capability" system (#1636)Tim Foley
2020-11-19Unify handling of static and dynamic dispatch for interfaces (#1612)Tim Foley
2020-11-06Fix comments. "white-list" -> "allow-list". (#1597)Yong He
2020-10-05Update the type of a call inst during specialization. (#1569)Yong He
2020-10-02Specialize exsitentials parameters in struct fields. (#1565)Yong He
2020-09-14Support shader parameters that are an array of existential type. (#1542)Yong He
2020-09-10Allow existential types in `StructuredBuffer` element type. (#1536)Yong He
2020-09-04Allow mixing unspecialized and specialized existential parameters. (#1533)Yong He
2020-06-24Fix `lowerFuncType` and small bug fixes.Yong He
2020-04-08Fixes for IR generics (#1311)Tim Foley
2020-04-07Fix a bug around generic functions using DXR RayQuery (#1309)Tim Foley
2020-02-19Fixes for DXR 1.1 RayQuery type (#1227)Tim Foley
2019-12-03getStringHash on string literals (#1140)jsmall-nvidia
2019-05-31Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia