summaryrefslogtreecommitdiff
path: root/source/slang
AgeCommit message (Expand)Author
2020-07-31Fix for bug where memory that has been allocated with new T[] (within a list)...jsmall-nvidia
2020-07-28Generalize lowerSimpleIntrinsicType to include generic arguments (#1464)Yong He
2020-07-28Change parameter passing convention for CUDA (#1463)Tim Foley
2020-07-28Fix support for nested generic intrinsics (#1462)Tim Foley
2020-07-27Baseline Heterogeneous Example (#1460)Dietrich Geisler
2020-07-24Fix bugs related to mutating implementations of interface methods (#1461)Tim Foley
2020-07-24Ensure labels are dumped in `lower-to-ir` (#1459)Yong He
2020-07-24Handle case of no global parameters for CPU/CUDA (#1457)Tim Foley
2020-07-23Run array specialization in a sperate pass. (#1449)Yong He
2020-07-23Run SSA pass to clean up temporary variables during generics lowering. (#1447)Yong He
2020-07-23Fix the way extension declarations are cached for lookup (#1450)Tim Foley
2020-07-20Multiple Entry Point Backend (#1437)Dietrich Geisler
2020-07-17Disable specializing function calls if they have a struct param, that contain...jsmall-nvidia
2020-07-16Running generators as separate premake project step (#1441)jsmall-nvidia
2020-07-16Support associatedtype local variables and return values in dynamic dispatch ...Yong He
2020-07-15 IR pass to generate witness table wrappers. (#1443)Yong He
2020-07-15Refactor lower-generics pass into separate subpasses. (#1442)Yong He
2020-07-15Remove KernelContext wrapper from CPU/CUDA emit (#1440)Tim Foley
2020-07-13Dynamic code gen for functions returning generic types. (#1439)Yong He
2020-07-10CUDA/CPU varying compute inputs as IR pass (#1438)Tim Foley
2020-07-10Fix a preprocessor bug affecting X-macros (#1436)Tim Foley
2020-07-10Dynamic code gen for generic local variables. (#1434)Yong He
2020-07-08Add support for global uniform shader parameters (#1433)Tim Foley
2020-07-07Public Keyword for Functions (#1432)Dietrich Geisler
2020-07-07Add a test case for dynamic dispatch with `This` type in interface decl. (#1431)Yong He
2020-07-07Multiple Entry Point Cleanup (#1427)Dietrich Geisler
2020-07-03Emit pointers for CPU target. (#1418)Yong He
2020-07-02Attempt to silence some warnings (#1428)Tim Foley
2020-07-01Fix bug in slang-dxc-support where it didn't get the source path correctly (#...jsmall-nvidia
2020-07-01Fix handling of UniformState from #1396 (#1417)jsmall-nvidia
2020-06-30Clean up unused code for IR object ownership (#1416)Tim Foley
2020-06-30Initial work on property declarations (#1410)Tim Foley
2020-06-29Backend for Multiple Entry Points (#1411)Dietrich Geisler
2020-06-26Merge remote-tracking branch 'official/master' into dyndispatch2Yong He
2020-06-26AST serialize improvements (#1412)jsmall-nvidia
2020-06-25Add a TODO comment for generic interface requirement keyYong He
2020-06-25FixesYong He
2020-06-25Fixes.Yong He
2020-06-25Merge remote-tracking branch 'official/master' into dyndispatch2Yong He
2020-06-25remove ThisPointerDecoration, generate IRInterfaceType in one passYong He
2020-06-25Remove interfaceType operand from lookup_witness_method instYong He
2020-06-25AST Serialize Reading (#1409)jsmall-nvidia
2020-06-25Partial fixes to code review commentsYong He
2020-06-24Fix `lowerFuncType` and small bug fixes.Yong He
2020-06-24Fixes.Yong He
2020-06-24Dynamic dispatch for generic interface requirements.Yong He
2020-06-24AST Serialization writing (#1407)jsmall-nvidia
2020-06-19fixup: review feedbackTim Foley
2020-06-19Merge remote-tracking branch 'origin/master' into struct-inheritance-and-inte...Tim Foley
2020-06-19Dynamic dispatch for static member functions of associatedtypes. (#1404)Yong He