summaryrefslogtreecommitdiff
path: root/source/slang/lower.cpp
AgeCommit message (Expand)Author
2017-07-12Add tuple lowering logic for assignmentTim Foley
2017-07-12Add basic reflection query for checking if entry point is "sample-rate"Tim Foley
2017-07-11Bug fixes for resources-in-structs.Tim Foley
2017-07-11Bug fix for lowering of tuple types without layout.Tim Foley
2017-07-11Initial work on handling resources in structs during cross-compilationTim Foley
2017-07-11Add GLSL translations for many `SV_*` semanticsTim Foley
2017-07-11Don't emitting an imported declaration unless it is used.Tim Foley
2017-07-10Try to be more robust against un-checked types during lowering, etc.Tim Foley
2017-07-10Start handling system-value semantics during loweringTim Foley
2017-07-10More cross-compilation fixesTim Foley
2017-07-09Ensure that lowered globals for `inout` shader parameters have unique namesTim Foley
2017-07-09Fix up scoping for cross-compiled `main()` bodyTim Foley
2017-07-09Pick layout rules based on target languge, not source.Tim Foley
2017-07-08Move renaming logic to lowering pass.Tim Foley
2017-07-08Add back `UnparsedStmt`Tim Foley
2017-07-08Differentiate HLSL `for` loops in ASTTim Foley
2017-07-08Fully parse function bodies, even in "rewriter" modeTim Foley
2017-07-07Eliminate `typedef`s when lowering to GLSLTim Foley
2017-07-07Fix up visitor approach.Tim Foley
2017-07-06More exhaustive loweringTim Foley
2017-07-06Add missing declaration types to lowering pass.Tim Foley
2017-07-06Fix many warnings-as-errors issues.Tim Foley
2017-07-06Start to support cross-compilation via "lowering" passTim Foley