summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Start handling system-value semantics during loweringTim Foley2017-07-10
* Cleanups for test cases:Tim Foley2017-07-10
* More cross-compilation fixesTim Foley2017-07-10
* Ensure that lowered globals for `inout` shader parameters have unique namesTim Foley2017-07-09
* Fix up scoping for cross-compiled `main()` bodyTim Foley2017-07-09
* Pick layout rules based on target languge, not source.Tim Foley2017-07-09
* Some quick fixes to reflection API to try to help FalcorTim Foley2017-07-09
* Merge pull request #60 from tfoleyNV/revise-rewriterTim Foley2017-07-08
|\
| * Fix constant folding for `ParenExpr`Tim Foley2017-07-08
| * Move renaming logic to lowering pass.Tim Foley2017-07-08
| * Add back `UnparsedStmt`Tim Foley2017-07-08
| * Differentiate HLSL `for` loops in ASTTim Foley2017-07-08
| * Revise how hidden implicit casts are recognized.Tim Foley2017-07-08
| * Revise the (only) rewriter-error test caseTim Foley2017-07-08
| * Try to emit expressions with minimal parenthesesTim Foley2017-07-08
| * Fully parse function bodies, even in "rewriter" modeTim Foley2017-07-08
* | Merge pull request #59 from tfoleyNV/cross-compilationTim Foley2017-07-07
|\|
| * Map HLSL `lerp` to GLSL `mix`Tim Foley2017-07-07
| * Don't emit `[unroll]` or `[loop]` to GLSLTim Foley2017-07-07
| * Add GLSL equivalents for some stdlib operations.Tim Foley2017-07-07
| * Overhaul emit logic to use visitor abstractionTim Foley2017-07-07
| * Don't emit the `static` keyword when generating GLSLTim Foley2017-07-07
| * Eliminate `typedef`s when lowering to GLSLTim Foley2017-07-07
| * Fix up visitor approach.Tim Foley2017-07-07
|/
* Merge pull request #58 from tfoleyNV/bug-57Tim Foley2017-07-07
|\
| * Fix support for `std430` layoutTim Foley2017-07-07
| * Add some reflection support for SSBO and `tbuffer` declarationsTim Foley2017-07-07
* | Merge pull request #56 from tfoleyNV/bug-55Tim Foley2017-07-07
|\|
| * Fix alignment computation for `std140` uniformsTim Foley2017-07-07
| * Handle new parameter category cases in reflection JSON emitTim Foley2017-07-07
| * Fix typo in parameter category nameTim Foley2017-07-07
| * Fix signed/unsigned comparison warning.Tim Foley2017-07-07
|/
* Merge pull request #54 from tfoleyNV/falcor-fixesTim Foley2017-07-06
|\
| * Fix bug in `String::To{Upper|Lower}`Tim Foley2017-07-06
| * More exhaustive loweringTim Foley2017-07-06
| * Add missing declaration types to lowering pass.Tim Foley2017-07-06
| * Fix many warnings-as-errors issues.Tim Foley2017-07-06
|/
* Merge pull request #53 from tfoleyNV/cross-compilationTim Foley2017-07-06
|\
| * Start to support cross-compilation via "lowering" passTim Foley2017-07-06
| * Add initial cross-compilation test case.Tim Foley2017-06-30
|/
* Merge pull request #52 from tfoleyNV/syntax-metaTim Foley2017-06-30
|\
| * Add meta-definitions for AST typesTim Foley2017-06-30
|/
* Merge pull request #51 from tfoleyNV/refptr-string-cleanupTim Foley2017-06-29
|\
| * Overhaul `RefPtr` and `String`Tim Foley2017-06-29
|/
* Merge pull request #50 from tfoleyNV/literal-fix-fixTim Foley2017-06-28
|\
| * Store integer literals at high precision in ASTTim Foley2017-06-28
|/
* Merge pull request #48 from tfoleyNV/literal-suffix-fixTim Foley2017-06-28
|\
| * Actually respect suffixes on numeric literals.Tim Foley2017-06-28
| * Rename literal tokens.Tim Foley2017-06-28
|/
* Merge pull request #47 from tfoleyNV/import-subdirTim Foley2017-06-27
|\