summaryrefslogtreecommitdiff
path: root/source/slang/emit.cpp
AgeCommit message (Expand)Author
2018-01-03Fix struct decl order again (#348)Tim Foley
2017-12-27Support nested generic types (e.g. L<T<S>>)Yong He
2017-12-21Support generic `struct` types during IR-based emitTim Foley
2017-12-20IR: fixes for subscript accessors (#322)Tim Foley
2017-12-20More fixes for Falcor IR support (#317)Tim Foley
2017-12-19Fix up parameter block emit for mixed rewriter+IR (#316)Tim Foley
2017-12-19Fix floating-point literal emit to be locale-independent. (#315)Tim Foley
2017-12-18Work on getting rewriter + IR playing nice together. (#314)Tim Foley
2017-12-14More fixups for Vulkan parameter block bindings (#309)Tim Foley
2017-12-13Fix parameter block binding for Vulkan (#308)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-28Enable HLSL/GLSL "rewrite" + IR-based Slang codegen (#300)Tim Foley
2017-11-27Cleanups (#298)Tim Foley
2017-11-22Fix emitting of loop attributes for HLSL pass-through (#296)Tim Foley
2017-11-20IR: support global variable with initializers (#294)Tim Foley
2017-11-17IR: Add support for `out` and `inout` parameters (#289)Tim Foley
2017-11-17Add support for global generic parameters (#285)Yong He
2017-11-16Revise type legalization so it can handle constant buffers (#282)Tim Foley
2017-11-15Various IR fixes for Falcor (#280)Tim Foley
2017-11-14IR: add support for `switch` statements (#278)Tim Foley
2017-11-13Parameter block work (#276)Tim Foley
2017-11-09IR: Add support for break and continue statements (#272)Tim Foley
2017-11-07IR: add support for `discard` statement (#261)Tim Foley
2017-11-07Support generic interface methods (#251)Yong He
2017-11-07Merge branch 'master' into falcor-integration-workTim Foley
2017-11-07IR: support for select and negate (#257)Tim Foley
2017-11-07Emit pointer-type parameters as out paramsTim Foley
2017-11-07Fix for emitting subscript calls in HLSL/GLSLTim Foley
2017-11-07Try to fix up IR emit for subscript callsTim Foley
2017-11-07Fixes for name mangling/demanglingTim Foley
2017-11-06Parameter blocks (#245)Tim Foley
2017-11-04cleanup useless codeYong He
2017-11-04fix warningsYong He
2017-11-04merge with fixWarnings branchYong He
2017-11-04fixed all warningsYong He
2017-11-04fix all unreachable code warningsYong He
2017-11-04Passing both assoctype-simple and assoctype-complex test cases.Yong 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-30Merge branch 'master' into explicit-this-exprTim Foley
2017-10-30Fix output for type cast when checking fails (#238)Tim Foley
2017-10-30Support explicit `this` expressionsTim Foley
2017-10-27Initial work on support code generation for generics with constraints (#233)Tim Foley
2017-10-23Merge https://github.com/shader-slang/slangYong He
2017-10-20in-progress work: allow render-test to generate and bind various resource inp...YONGH\yongh
2017-10-20Fix up emission of shader parameter semantics when using IR (#226)Tim Foley
2017-10-19Initial work on a pass to scalarize GLSL varying input/output (#223)Tim Foley