summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-21Emit: Add support for `while` and `do {} while` statementsTim Foley
2017-06-21Support texture `Gather*()` operationsTim Foley
2017-06-20HLSL/Slang standard library additionsTim Foley
2017-06-20Merge pull request #37 from tfoleyNV/falcor-workTim Foley
2017-06-20Only emit each `import`ed module once.Tim Foley
2017-06-20Add a useful source location to `typedef` declarationsTim Foley
2017-06-20Check `import` decls before all others.Tim Foley
2017-06-20Merge pull request #36 from tfoleyNV/entry-point-indexingTim Foley
2017-06-20Overhaul handling of entry points and translation units.Tim Foley
2017-06-20Merge pull request #35 from tfoleyNV/input-patch-type-fixTim Foley
2017-06-20Fix types for `InputPatch` and `OutputPatch`Tim Foley
2017-06-19Merge pull request #32 from tfoleyNV/line-directivesTim Foley
2017-06-19Merge pull request #33 from tfoleyNV/preprocessor-bug-fixesTim Foley
2017-06-19Merge pull request #31 from tfoleyNV/escaped-newlinesTim Foley
2017-06-19Fixes for preprocessor conditionals that use macrosTim Foley
2017-06-19Bug fix for newline escaping.Tim Foley
2017-06-19Emit `#line` directives more aggressivelyTim Foley
2017-06-19Don't emit redundant `#line` directivesTim Foley
2017-06-19Merge pull request #30 from tfoleyNV/slang-checking-fixTim Foley
2017-06-19Make sure that semantic checks always apply to Slang filesTim Foley
2017-06-19Merge pull request #29 from tfoleyNV/auto-importTim Foley
2017-06-19Allow for automatic importing of Slang codeTim Foley
2017-06-16Merge pull request #28 from tfoleyNV/rewriter-operator-fixTim Foley
2017-06-16Bug fix: handle unchecked operator application in emit logicTim Foley
2017-06-15Merge pull request #27 from tfoleyNV/decl-ref-cleanupTim Foley
2017-06-15Replace `DeclRef` approachTim Foley
2017-06-15Merge pull request #26 from tfoleyNV/cleanupTim Foley
2017-06-15Remove more "core" code that isn't used.Tim Foley
2017-06-15Rename `CoreLib::*` to `Slang`Tim Foley
2017-06-15Rename `Slang::Compiler` -> `Slang`Tim Foley
2017-06-15Merge pull request #25 from tfoleyNV/interfacesTim Foley
2017-06-15Add basic support for `interface` declarationsTim Foley
2017-06-14Merge pull request #7 from tfoleyNV/testingTim Foley
2017-06-14AppVeyor: Run tests as part of AppVeyor buildsTim Foley
2017-06-14Merge pull request #6 from tfoleyNV/testingTim Foley
2017-06-14Testing: Adding binding-generation tests for some GLSL shadersTim Foley
2017-06-14Testing: Add support for multiple tests per input file.Tim Foley
2017-06-13Merge pull request #5 from tfoleyNV/cross-compileTim Foley
2017-06-13First pass at support for cross-compilationTim Foley
2017-06-13Fixups for newline-escaping behavior.Tim Foley
2017-06-12Merge pull request #4 from tfoleyNV/escaped-newlinesTim Foley
2017-06-12Add test case for escaped newlines.Tim Foley
2017-06-12Lexer: handle escaped newlinesTim Foley
2017-06-12Preprocessor: fix bug with multi-argument macros.Tim Foley
2017-06-12Merge pull request #3 from tfoleyNV/rename-testsTim Foley
2017-06-12Rename tests from `*.spire` to `*.slang`Tim Foley
2017-06-12Merge pull request #2 from tfoleyNV/glsl-render-testTim Foley
2017-06-12GLSL: get GLSL limping in `render-test`Tim Foley
2017-06-12Merge pull request #1 from tfoleyNV/appveyor-build-versionTim Foley
2017-06-12AppVeyor: PowerShell requires `elseif` not `else if`Tim Foley