summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAge
* Perform some transformations on IR to legalize for GLSL (#200)Tim Foley2017-10-06
* Attempt to fix subprocess handling for Linux (#197)Tim Foley2017-10-06
* IR: overhaul IR design/implementation (#195)Tim Foley2017-10-04
* Get tests running/passing under Linux (#194)Tim Foley2017-09-29
* First attempt at a Linux build (#193)Tim Foley2017-09-27
* Fixup: deal with hitting `.obj` size limits for VSTim Foley2017-09-25
* Use WARP for D3D rendering tests.Tim Foley2017-09-21
* Initial work on a "VM" for Slang code (#189)Tim Foley2017-09-21
* Initial work on boilerplate code generatorTim Foley2017-09-11
* Try to print failure from AppVeyor testsTim Foley2017-08-25
* Build a dynamic library for SlangTim Foley2017-07-19
* Add a compile-time loop construct to SlangTim Foley2017-07-18
* Handle `flat` interpolation cases in cross compilationTim Foley2017-07-17
* Don't use "auto locations" mode in glslangTim Foley2017-07-14
* Add support for dumping intermediates for debugging.Tim Foley2017-07-13
* Removed spGetTranslationUnitCode; Unified EntryPointResult/TranslationUnitRes...Kai-Hwa Yao2017-07-10
* Don't assume vector contains contentsKai-Hwa Yao2017-07-10
* Allow glslang wrapper to output regular SPIRV before disassemblyKai-Hwa Yao2017-07-10
* Fix many warnings-as-errors issues.Tim Foley2017-07-06
* Start to support cross-compilation via "lowering" passTim Foley2017-07-06
* Overhaul `RefPtr` and `String`Tim Foley2017-06-29
* typoTim Foley2017-06-26
* Turn on some debug output for AppVeyor test failure.Tim Foley2017-06-26
* Overhaul handling of entry points and translation units.Tim Foley2017-06-20
* Allow for automatic importing of Slang codeTim Foley2017-06-19
* Rename `CoreLib::*` to `Slang`Tim Foley2017-06-15
* AppVeyor: Run tests as part of AppVeyor buildsTim Foley2017-06-14
* Testing: Add support for multiple tests per input file.Tim Foley2017-06-14
* First pass at support for cross-compilationTim Foley2017-06-13
* GLSL: get GLSL limping in `render-test`Tim Foley2017-06-12
* Build: more fixes to get `msbuild` to work from command line.Tim Foley2017-06-09
* glslang: Fixups for buildTim Foley2017-06-09
* Initial import of code.Tim Foley2017-06-09