summaryrefslogtreecommitdiff
path: root/source/slang/slang.vcxproj.filters
AgeCommit message (Expand)Author
2019-11-01-extract-repro gives approximation of 'command line' used (#1103)jsmall-nvidia
2019-10-25Refactor semantic checking code into more files (#1097)Tim Foley
2019-10-24Strip IR after front-end steps are done (#1092)Tim Foley
2019-10-21`Repro` functionality (#1085)jsmall-nvidia
2019-06-19Start exposing a new COM-lite API (#987)Tim Foley
2019-06-06Split out target code generation from CLikeSourceEmitter (#976)jsmall-nvidia
2019-06-04Review improvements on #971: WIP: Support for other source target languages (...jsmall-nvidia
2019-05-31Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia
2019-05-31WIP: Support for other source target language (#971)jsmall-nvidia
2019-04-23Feature/premake build (#951)jsmall-nvidia
2019-04-08Add better control over image formats for GLSL/SPIR-V targets (#939)Tim Foley
2019-03-07Fix problems with synthesized tests and inconsitent render-test command lines...jsmall-nvidia
2019-02-19First steps toward supporting interface-type parameters on shaders (#852)Tim Foley
2019-01-31Initial support for uniform parameters on entry points (#815)Tim Foley
2019-01-28Support function parameters of existential (interface) type (#802)Tim Foley
2019-01-16Initial support for dynamic dispatch using "tagged union" types (#772)Tim Foley
2018-12-19Refactor several IR passes (#761)Tim Foley
2018-12-17First step toward supporting use of interfaces as existential types (#716)Tim Foley
2018-12-17Specialize away resource-type function parameters (#759)Tim Foley
2018-12-14Fix memory leaks around slang-test (#757)jsmall-nvidia
2018-12-14Represent global shader parameters explicitly in the IR (#756)Tim Foley
2018-12-10Remove the "VM" and "bytecode" features (#745)Tim Foley
2018-10-26Feature/file system cache (#692)jsmall-nvidia
2018-10-17IncludeFileSystem -> DefaultFileSystem (#677)jsmall-nvidia
2018-10-16Feature/include refactor (#675)jsmall-nvidia
2018-10-12Add a warning on missing return, and initial SCCP pass (#671)Tim Foley
2018-10-10Feature/source loc refactor (#668)jsmall-nvidia
2018-09-27First pass implementation of IR serialization (#653)jsmall-nvidia
2018-09-21Remove the "hack sampler" workaround (#648)Tim Foley
2018-09-14Improvements around IR representation and memory usage (#635)jsmall-nvidia
2018-06-13Make render-test use Slang for all shader compilation (#597)Tim Foley
2018-05-24A bunch of work to resolve #569 (#576)Tim Foley
2018-05-11Generate Visual Studio projects using Premake (#557)Tim Foley
2018-05-03Add a pass for computing dominator trees (#541)Tim Foley
2018-05-01Cleanups (#539)Tim Foley
2018-04-11Introduce an IR-level type system (#481)Tim Foley
2018-03-03IR: next phase of "everything is an instruction" (#433)Tim Foley
2018-02-23Refactor IR type system, step 0Yong He
2018-02-22Initial work on validating "constexpr"-ness in IR (#420)Tim Foley
2018-02-19Fix IR memory leaks.Yong He
2018-02-07Generate SSA form for IR functions (#400)Tim Foley
2018-02-03Remove non-IR codegen paths (#398)Tim Foley
2018-01-03Fix struct decl order again (#348)Tim Foley
2017-12-06Make AST and IR share type legalization code (#303)Tim Foley
2017-11-27Cleanups (#298)Tim Foley
2017-11-06Parameter blocks (#245)Tim Foley
2017-11-01Allow use of dxc compiler for DXIL generation (#241)Tim Foley
2017-09-22More work on IR-based lowering and cross-compilationTim Foley
2017-09-21Initial work on a "VM" for Slang code (#189)Tim Foley
2017-09-14IR: handle control flow constructs (#186)Tim Foley