summaryrefslogtreecommitdiffstats
path: root/source/core
Commit message (Expand)AuthorAge
* Feature/remove app context (#765)jsmall-nvidia2018-12-21
* Feature/lex memory reduction (#762)jsmall-nvidia2018-12-20
* Fix memory leaks around slang-test (#757)jsmall-nvidia2018-12-14
* Merge branch 'master' into dictfixYong He2018-12-13
|\
| * Move mangled name out of IRGlobalValue (#752)Tim Foley2018-12-13
* | Fix dictionary performance issueYong He2018-12-13
|/
* Remove the valist from the ISlangWriter interface. Replace with begin/endAppe...jsmall-nvidia2018-12-12
* Running tests in slang-test process (#740)jsmall-nvidia2018-12-12
* Feature/early depth stencil (#727)jsmall-nvidia2018-11-21
* Feature/shared library refactor (#712)jsmall-nvidia2018-11-06
* Feature/serial string pool refactor (#702)jsmall-nvidia2018-10-30
* Feature/file system cache (#692)jsmall-nvidia2018-10-26
* Feature/premake linux (#689)jsmall-nvidia2018-10-25
* Fix problem with __import not working (#688)jsmall-nvidia2018-10-22
* Osx build fixes (#681)Matt Pharr2018-10-22
* Feature/include refactor (#675)jsmall-nvidia2018-10-16
* Add a warning on missing return, and initial SCCP pass (#671)Tim Foley2018-10-12
* Feature/source loc refactor (#668)jsmall-nvidia2018-10-10
* Feature/var byte encoding (#665)jsmall-nvidia2018-10-09
* First pass implementation of IR serialization (#653)jsmall-nvidia2018-09-27
* Remove the "hack sampler" workaround (#648)Tim Foley2018-09-21
* Support for IRStringLit (#645)jsmall-nvidia2018-09-19
* Hotfix/fixing warnings (#636)jsmall-nvidia2018-09-17
* Improvements around IR representation and memory usage (#635)jsmall-nvidia2018-09-14
* Feature/memory arena improvements (#633)jsmall-nvidia2018-09-13
* Feature/memory arena (#631)jsmall-nvidia2018-09-12
* Add basic support for "Dear IMGUI" (#625)Tim Foley2018-08-06
* Major overhaul of Renderer abstraction, to support a new example (#624)Tim Foley2018-08-03
* Feature/attributed binding (#621)jsmall-nvidia2018-07-31
* Expose macros/functionality for defining interfaces (#604)jsmall-nvidia2018-06-22
* Add support for "blobs" and a file-system callback (#596)Tim Foley2018-06-14
* Generate Visual Studio projects using Premake (#557)Tim Foley2018-05-11
* Add support for explicit register space bindings (#542)Tim Foley2018-05-02
* Feature/dx12 compute (#482)jsmall-nvidia2018-04-10
* Fixes based on review of feature/dx12 PR. (#473)jsmall-nvidia2018-04-03
* Feature/dx12 (#469)jsmall-nvidia2018-04-02
* Renderer resource mangement for render-test (#453)jsmall-nvidia2018-03-26
* Tidy up of Renderer (#452)jsmall-nvidia2018-03-22
* First pass impls on ComPtr and reorganise Renderer (#450)jsmall-nvidia2018-03-21
* SlangResult and small bug/typos fixes (#448)jsmall-nvidia2018-03-20
* Cleanups on slang-generate (#437)Tim Foley2018-03-08
* more to fixing memory leaksYong He2018-02-19
* Fix a bug in IR use-def information (#406)Tim Foley2018-02-13
* Work on getting rewriter + IR playing nice together. (#314)Tim Foley2017-12-18
* Add support for global generic parameters (#285)Yong He2017-11-17
* turn on 'treat warnings as errors' (#266)Yong He2017-11-07
* Support generic interface methods (#251)Yong He2017-11-07
* Add a comparison operator to UnownedStringSliceTim Foley2017-11-07
* Merge remote-tracking branch 'refs/remotes/official/master'Yong He2017-11-04
|\
| * fixed last couple warnings under release/x64 build.Yong He2017-11-04