summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-11Initial work on handling resources in structs during cross-compilationTim Foley
2017-07-11Fixup for binary/string output.Tim Foley
2017-07-11Merge pull request #70 from tfoleyNV/support-more-sv-semanticsTim 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-11Update `.gitignore` to deal with render-test outputTim Foley
2017-07-10Merge pull request #67 from kyaoNV/spirvTim Foley
2017-07-10Removed spGetTranslationUnitCode; Unified EntryPointResult/TranslationUnitRes...Kai-Hwa Yao
2017-07-10Don't assume vector contains contentsKai-Hwa Yao
2017-07-10Refactored compile output to work with raw data instead of StringsKai-Hwa Yao
2017-07-10Allow glslang wrapper to output regular SPIRV before disassemblyKai-Hwa Yao
2017-07-10Merge pull request #69 from tfoleyNV/falcor-fixesTim Foley
2017-07-10Handle function name properly for unchecked callTim Foley
2017-07-10Merge pull request #68 from tfoleyNV/static-bug-fixTim Foley
2017-07-10Fix emission of `static` for HLSLTim Foley
2017-07-10Merge pull request #66 from tfoleyNV/falcor-workTim Foley
2017-07-10Add support for `imageBuffer`Tim Foley
2017-07-10Try to be more robust against un-checked types during lowering, etc.Tim Foley
2017-07-10Merge pull request #65 from tfoleyNV/falcor-workTim Foley
2017-07-10Start handling system-value semantics during loweringTim Foley
2017-07-10Cleanups for test cases:Tim 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-09Some quick fixes to reflection API to try to help FalcorTim Foley
2017-07-08Merge pull request #60 from tfoleyNV/revise-rewriterTim Foley
2017-07-08Fix constant folding for `ParenExpr`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-08Revise how hidden implicit casts are recognized.Tim Foley
2017-07-08Revise the (only) rewriter-error test caseTim Foley
2017-07-08Try to emit expressions with minimal parenthesesTim Foley
2017-07-08Fully parse function bodies, even in "rewriter" modeTim Foley
2017-07-07Merge pull request #59 from tfoleyNV/cross-compilationTim Foley
2017-07-07Map HLSL `lerp` to GLSL `mix`Tim Foley
2017-07-07Don't emit `[unroll]` or `[loop]` to GLSLTim Foley
2017-07-07Add GLSL equivalents for some stdlib operations.Tim Foley
2017-07-07Overhaul emit logic to use visitor abstractionTim Foley
2017-07-07Don't emit the `static` keyword when generating GLSLTim Foley
2017-07-07Eliminate `typedef`s when lowering to GLSLTim Foley
2017-07-07Fix up visitor approach.Tim Foley
2017-07-07Merge pull request #58 from tfoleyNV/bug-57Tim Foley
2017-07-07Merge pull request #56 from tfoleyNV/bug-55Tim Foley
2017-07-07Fix support for `std430` layoutTim Foley
2017-07-07Add some reflection support for SSBO and `tbuffer` declarationsTim Foley
2017-07-07Fix alignment computation for `std140` uniformsTim Foley
2017-07-07Handle new parameter category cases in reflection JSON emitTim Foley
2017-07-07Fix typo in parameter category nameTim Foley