summaryrefslogtreecommitdiff
path: root/source/slang/ir-legalize-types.cpp
AgeCommit message (Expand)Author
2018-02-13Fix a bug in IR use-def information (#406)Tim Foley
2018-02-09Handling of duplicate global shader parameter declarations (#405)Tim Foley
2018-02-08Basic IR support for `static const` globals (#404)Tim Foley
2018-01-21Fix legalization of generic types (#377)Tim Foley
2017-12-18Work on getting rewriter + IR playing nice together. (#314)Tim Foley
2017-12-08Cleanups to `ParameterBlock<T>` behavior. (#304)Tim Foley
2017-12-06Make AST and IR share type legalization code (#303)Tim Foley
2017-11-29Add API to query stage of varying parameter (#302)Tim Foley
2017-11-16Revise type legalization so it can handle constant buffers (#282)Tim Foley
2017-11-13Legalization of function parameter types.Yong He
2017-11-13Parameter block work (#276)Tim Foley
2017-11-07Support generic interface methods (#251)Yong He
2017-11-06Parameter blocks (#245)Tim Foley