summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAge
* Fully parse function bodies, even in "rewriter" modeTim Foley2017-07-08
* 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
* Fix support for `std430` layoutTim Foley2017-07-07
* Add some reflection support for SSBO and `tbuffer` declarationsTim 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 signed/unsigned comparison warning.Tim Foley2017-07-07
* 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
* Start to support cross-compilation via "lowering" passTim Foley2017-07-06
* Add meta-definitions for AST typesTim Foley2017-06-30
* Overhaul `RefPtr` and `String`Tim Foley2017-06-29
* Store integer literals at high precision in ASTTim Foley2017-06-28
* Actually respect suffixes on numeric literals.Tim Foley2017-06-28
* Rename literal tokens.Tim Foley2017-06-28
* Allow "dotted" import pathsTim Foley2017-06-27
* Allow for re-export of an `import` declarationTim Foley2017-06-27
* Emit global-scope parameters from imported files.Tim Foley2017-06-27
* Fix parsing of string literals.Tim Foley2017-06-26
* Check for re-import at translation-unit levelTim Foley2017-06-26
* Make `#import` work with preprocessor macrosTim Foley2017-06-26
* Replace "auto-import" with `#import`Tim Foley2017-06-26
* Include imported code when generating reflection dataTim Foley2017-06-26
* 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
* 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
* Overhaul handling of entry points and translation units.Tim 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
| |/
* / Bug fix for newline escaping.Tim Foley2017-06-19
|/
* Make sure that semantic checks always apply to Slang filesTim Foley2017-06-19
* Allow for automatic importing of Slang codeTim Foley2017-06-19
* Bug fix: handle unchecked operator application in emit logicTim Foley2017-06-16