summaryrefslogtreecommitdiff
path: root/source/slang/type-defs.h
AgeCommit message (Expand)Author
2019-01-16Initial support for dynamic dispatch using "tagged union" types (#772)Tim Foley
2019-01-16Improve handling of {} initializer list expressions (#778)Tim Foley
2018-12-17First step toward supporting use of interfaces as existential types (#716)Tim Foley
2018-10-04 Support cross-compilation of ray tracing shaders to Vulkan (#663)Tim Foley
2018-09-20Improve support for non-32-bit types. (#643)Tim Foley
2018-08-21Add support for more RasterizerOrdered types (#628)Tim Foley
2018-06-12Initial support for enum declarations (#599)Tim Foley
2018-05-29Fix global atomic functions (#582)Tim Foley
2018-04-11Introduce an IR-level type system (#481)Tim Foley
2018-03-19Entry point attribute (#447)Tim Foley
2018-02-23Refactor IR type system, step 0Yong He
2018-02-22Initial work on validating "constexpr"-ness in IR (#420)Tim Foley
2018-02-19more to fixing memory leaksYong He
2018-02-02Initial work on getting render-test to support vulkan (#391)Tim Foley
2018-01-21specialize witness tables when needed when specializing `lookup_witness_table...Yong He
2018-01-12Refactor substitution representation in DeclRefBase (#363)Yong He
2018-01-04Bug fixes for Slang integration (#356)Yong He
2017-12-28Fix NameExprType returning deleted canonical type when it's in a generic parent.Yong He
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-16Revise type legalization so it can handle constant buffers (#282)Tim Foley
2017-11-06Parameter blocks (#245)Tim Foley
2017-11-04cleanup useless codeYong He
2017-11-03associatedtypes: generating almost correct HLSL, but is not calling correctly...Yong He
2017-11-03in-progress workYong He
2017-11-01Adding support for associated types.Yong He
2017-10-31work in-progress: type checking associated typesYong He
2017-10-30work in-progress, add parsing for assoc type decls and member type expressionsYONGH\yongh
2017-10-27Initial work on support code generation for generics with constraints (#233)Tim Foley
2017-10-23Work in-progress: simple compute test passed. (d3d renderer)Yong He
2017-10-18Work on IR-based cross-compilation (#222)Tim Foley
2017-10-13Get rid of the `-slang-ir-asm` target (#212)Tim Foley
2017-10-04IR: overhaul IR design/implementation (#195)Tim Foley
2017-09-27First attempt at a Linux build (#193)Tim Foley
2017-08-09Major naming overhaul:Tim Foley
2017-08-07Remove uses of global variablesTim Foley
2017-07-17Handle `Buffer` types more like texturesTim Foley
2017-07-11Initial work on handling resources in structs during cross-compilationTim Foley
2017-07-10Add support for `imageBuffer`Tim Foley
2017-06-30Add meta-definitions for AST typesTim Foley