summaryrefslogtreecommitdiff
path: root/source/slang/lower.cpp
AgeCommit message (Expand)Author
2017-11-16Revise type legalization so it can handle constant buffers (#282)Tim Foley
2017-11-13Parameter block work (#276)Tim Foley
2017-11-06Parameter blocks (#245)Tim Foley
2017-11-04cleanup useless codeYong He
2017-11-04fix warningsYong He
2017-11-04mergeYong He
2017-11-04merge with fixWarnings branchYong He
2017-11-04bug fixYong He
2017-11-04fixed all warningsYong He
2017-11-04fix all unreachable code warningsYong 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-27Initial work on support code generation for generics with constraints (#233)Tim Foley
2017-10-19Reflection: allow querying of semantics on varying input/output (#224)Tim Foley
2017-10-18Work on IR-based cross-compilation (#222)Tim Foley
2017-10-16Implement notion of a "container format" (#213)Tim Foley
2017-10-13Get rid of the `-slang-ir-asm` target (#212)Tim Foley
2017-10-11Bug fixing (#207)Tim Foley
2017-10-04IR: overhaul IR design/implementation (#195)Tim Foley
2017-09-27First attempt at a Linux build (#193)Tim Foley
2017-09-11Support IR-based codegen for a few more examples.Tim Foley
2017-09-05Move implicit conversion operations to stdlibTim Foley
2017-08-31Fix some issues around cloned modifiers.Tim Foley
2017-08-25Fix some resources-in-structs bugsTim Foley
2017-08-17Add a flag to control type splittingTim Foley
2017-08-16Fixups for IR checkpointTim Foley
2017-08-14Add an explicit `Name` typeTim Foley
2017-08-14Rename `Name` fields to `name`Tim Foley
2017-08-12Data-driven parsing of modifiersTim Foley
2017-08-11Look up declaration keywords using ordinary scoping.Tim Foley
2017-08-10Make source location lightweightTim Foley
2017-08-09Major naming overhaul:Tim Foley
2017-08-09Fix use of "pseudo-syntax" in current lowering passTim Foley
2017-08-07Remove uses of global variablesTim Foley
2017-07-23Fixup for the glslang bug workaroundTim Foley
2017-07-23Work around glslang issue 988Tim Foley
2017-07-21Don't add `flat` qualifier to integer fragment outputTim Foley
2017-07-20Require extension when using `gl_Layer` in VSTim Foley
2017-07-20Translate NV single-pass stereo extension from Slang to GLSLTim Foley
2017-07-19Try to improve handling of failures during compilationTim Foley
2017-07-19Fix up translation of `GetDimensions()`Tim Foley
2017-07-18Add a compile-time loop construct to SlangTim Foley
2017-07-18Support scalarization of varying input/output for GLSLTim Foley
2017-07-17Handle arrays when scalarizing "resources in structs"Tim Foley
2017-07-17Pick correct GLSL version when `gl_Layer` usedTim Foley
2017-07-17Handle `flat` interpolation cases in cross compilationTim Foley
2017-07-14Adjust type layout when parameter block constains member using the same resourceTim Foley
2017-07-12Add tuple lowering logic for assignmentTim Foley