summaryrefslogtreecommitdiffstats
path: root/slang.h
Commit message (Expand)AuthorAge
...
* Working on better handling of builtin functions in IR (#196)Tim Foley2017-10-05
* First attempt at a Linux build (#193)Tim Foley2017-09-27
* More work on IR-based lowering and cross-compilationTim Foley2017-09-22
* Initial work on a "VM" for Slang code (#189)Tim Foley2017-09-21
* IR: handle control flow constructs (#186)Tim Foley2017-09-14
* Continue work on IR-based codegenTim Foley2017-09-06
* Add a flag to control type splittingTim Foley2017-08-17
* More work on IRTim Foley2017-08-16
* Add an explicit `Name` typeTim Foley2017-08-14
* Make source location lightweightTim Foley2017-08-10
* Add an API option to control emission of `#line` directivesTim Foley2017-07-21
* Build a dynamic library for SlangTim Foley2017-07-19
* Don't assign a `binding` to a `push_constant` bufferTim Foley2017-07-14
* Add support for dumping intermediates for debugging.Tim Foley2017-07-13
* Allow GLSL `#version` to be selected based on profileTim Foley2017-07-13
* Add basic reflection query for checking if entry point is "sample-rate"Tim Foley2017-07-12
* Add per-entry-point information to reflection JSON dumpsTim Foley2017-07-12
* Removed spGetTranslationUnitCode; Unified EntryPointResult/TranslationUnitRes...Kai-Hwa Yao2017-07-10
* Refactored compile output to work with raw data instead of StringsKai-Hwa Yao2017-07-10
* Cleanups for test cases:Tim Foley2017-07-10
* Add some reflection support for SSBO and `tbuffer` declarationsTim Foley2017-07-07
* Fix typo in parameter category nameTim Foley2017-07-07
* Start to support cross-compilation via "lowering" passTim Foley2017-07-06
* Replace "auto-import" with `#import`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
* Remove more "core" code that isn't used.Tim Foley2017-06-15
* First pass at support for cross-compilationTim Foley2017-06-13
* Initial import of code.Tim Foley2017-06-09