summaryrefslogtreecommitdiff
path: root/source/core
AgeCommit message (Expand)Author
2018-08-06Add basic support for "Dear IMGUI" (#625)Tim Foley
2018-08-03Major overhaul of Renderer abstraction, to support a new example (#624)Tim Foley
2018-07-31Feature/attributed binding (#621)jsmall-nvidia
2018-06-22Expose macros/functionality for defining interfaces (#604)jsmall-nvidia
2018-06-14Add support for "blobs" and a file-system callback (#596)Tim Foley
2018-05-11Generate Visual Studio projects using Premake (#557)Tim Foley
2018-05-02Add support for explicit register space bindings (#542)Tim Foley
2018-04-10Feature/dx12 compute (#482)jsmall-nvidia
2018-04-03Fixes based on review of feature/dx12 PR. (#473)jsmall-nvidia
2018-04-02Feature/dx12 (#469)jsmall-nvidia
2018-03-26Renderer resource mangement for render-test (#453)jsmall-nvidia
2018-03-22Tidy up of Renderer (#452)jsmall-nvidia
2018-03-21First pass impls on ComPtr and reorganise Renderer (#450)jsmall-nvidia
2018-03-20SlangResult and small bug/typos fixes (#448)jsmall-nvidia
2018-03-08Cleanups on slang-generate (#437)Tim Foley
2018-02-19more to fixing memory leaksYong He
2018-02-13Fix a bug in IR use-def information (#406)Tim Foley
2017-12-18Work on getting rewriter + IR playing nice together. (#314)Tim Foley
2017-11-17Add support for global generic parameters (#285)Yong He
2017-11-07turn on 'treat warnings as errors' (#266)Yong He
2017-11-07Support generic interface methods (#251)Yong He
2017-11-07Add a comparison operator to UnownedStringSliceTim Foley
2017-11-04Merge remote-tracking branch 'refs/remotes/official/master'Yong He
2017-11-04fixed last couple warnings under release/x64 build.Yong He
2017-11-04merge with fixWarnings branchYong He
2017-11-04determineEncoding bug fixYong He
2017-11-04gcc warning fixYong He
2017-11-04fix all unreachable code warningsYong He
2017-11-04Fix encoding detection when reading text file. Win32 API could mistakenly rep...Yong He
2017-11-03Update natvis file for better viewing of RefPtr, DeclRef and Name classesYong He
2017-11-03in-progress workYong He
2017-10-23try fix linux buildYong He
2017-10-20in-progress work: allow render-test to generate and bind various resource inp...YONGH\yongh
2017-10-19Support running and comparing execution results of compute shaders in testing...YONGH\yongh
2017-10-06Perform some transformations on IR to legalize for GLSL (#200)Tim Foley
2017-09-29Get tests running/passing under Linux (#194)Tim Foley
2017-09-27First attempt at a Linux build (#193)Tim Foley
2017-09-14IR: handle control flow constructs (#186)Tim Foley
2017-08-31Fix some issues around cloned modifiers.Tim Foley
2017-08-17IR generation cleanup workTim Foley
2017-08-10Make source location lightweightTim Foley
2017-07-19Try to improve handling of failures during compilationTim Foley
2017-07-09Pick layout rules based on target languge, not source.Tim Foley
2017-07-06Fix bug in `String::To{Upper|Lower}`Tim Foley
2017-07-06Add missing declaration types to lowering pass.Tim Foley
2017-07-06Fix many warnings-as-errors issues.Tim Foley
2017-06-29Overhaul `RefPtr` and `String`Tim Foley
2017-06-19Allow for automatic importing of Slang codeTim Foley
2017-06-15Remove more "core" code that isn't used.Tim Foley
2017-06-15Rename `CoreLib::*` to `Slang`Tim Foley