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