summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Properly register error on downstream compiler failureTim Foley2017-07-12
* Add tuple lowering logic for assignmentTim Foley2017-07-12
* Merge pull request #79 from tfoleyNV/sample-rate-reflectionTim Foley2017-07-12
|\
| * Add basic reflection query for checking if entry point is "sample-rate"Tim Foley2017-07-12
| * Add per-entry-point information to reflection JSON dumpsTim Foley2017-07-12
|/
* Merge pull request #76 from tfoleyNV/gh-75Tim Foley2017-07-11
|\
| * Make parser recovering more robust to avoid infinite loopsTim Foley2017-07-11
|/
* Merge pull request #74 from tfoleyNV/resources-in-structsTim Foley2017-07-11
|\
| * Bug fixes for resources-in-structs.Tim Foley2017-07-11
| * Add GLSL lowerings for `ddx*` and `ddy*`Tim Foley2017-07-11
| * Bug fix for lowering of tuple types without layout.Tim Foley2017-07-11
|/
* Merge pull request #73 from tfoleyNV/image-type-reflectionTim Foley2017-07-11
|\
| * Improve reporting of GLSL `image*` typesTim Foley2017-07-11
* | Merge pull request #72 from tfoleyNV/resources-in-structsTim Foley2017-07-11
|\ \ | |/ |/|
| * Initial work on handling resources in structs during cross-compilationTim Foley2017-07-11
| * Fixup for binary/string output.Tim Foley2017-07-11
|/
* Merge pull request #70 from tfoleyNV/support-more-sv-semanticsTim Foley2017-07-11
|\
| * Add GLSL translations for many `SV_*` semanticsTim Foley2017-07-11
| * Don't emitting an imported declaration unless it is used.Tim Foley2017-07-11
| * Update `.gitignore` to deal with render-test outputTim Foley2017-07-11
|/
* Merge pull request #67 from kyaoNV/spirvTim Foley2017-07-10
|\
| * Removed spGetTranslationUnitCode; Unified EntryPointResult/TranslationUnitRes...Kai-Hwa Yao2017-07-10
| * Don't assume vector contains contentsKai-Hwa Yao2017-07-10
| * Refactored compile output to work with raw data instead of StringsKai-Hwa Yao2017-07-10
| * Allow glslang wrapper to output regular SPIRV before disassemblyKai-Hwa Yao2017-07-10
|/
* Merge pull request #69 from tfoleyNV/falcor-fixesTim Foley2017-07-10
|\
| * Handle function name properly for unchecked callTim Foley2017-07-10
|/
* Merge pull request #68 from tfoleyNV/static-bug-fixTim Foley2017-07-10
|\
| * Fix emission of `static` for HLSLTim Foley2017-07-10
|/
* Merge pull request #66 from tfoleyNV/falcor-workTim Foley2017-07-10
|\
| * Add support for `imageBuffer`Tim Foley2017-07-10
| * Try to be more robust against un-checked types during lowering, etc.Tim Foley2017-07-10
|/
* Merge pull request #65 from tfoleyNV/falcor-workTim Foley2017-07-10
|\
| * 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
|\|