summaryrefslogtreecommitdiffstats
path: root/source/slang/compiler.h
Commit message (Expand)AuthorAge
* Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia2019-05-31
* WIP: Support for other source target language (#971)jsmall-nvidia2019-05-31
* Changes required for application adoption of interface-type parameters (#963)Tim Foley2019-05-20
* String/List closer to conventions, and use Index type (#959)jsmall-nvidia2019-04-29
* Add better control over image formats for GLSL/SPIR-V targets (#939)Tim Foley2019-04-08
* Add options to control optimization and debug information (#897)Tim Foley2019-03-12
* Improve support for interfaces as shader parameters (#886)Tim Foley2019-03-08
* Properly initialize m_modulesBeingImported otherwize it will segfault (#888)Toby Chen2019-03-08
* #include not using search paths (#873)jsmall-nvidia2019-03-02
* Move enumeration of shader parameters to Program/EntryPoint (#870)Tim Foley2019-03-01
* Make sure sourceManager is initialized on DiagnosticSink. (#868)jsmall-nvidia2019-02-27
* Hotfix/fix stdlib error reporting (#866)jsmall-nvidia2019-02-27
* First steps toward supporting interface-type parameters on shaders (#852)Tim Foley2019-02-19
* Split front- and back-ends (#846)Tim Foley2019-02-15
* Allow entry points to have explicit generic parameters (#826)Tim Foley2019-02-05
* Feature/as refactor review (#821)jsmall-nvidia2019-02-02
* Add support for user defined attributes.Yong He2019-01-29
* Feature/file unique identity (#789)jsmall-nvidia2019-01-21
* Initial support for dynamic dispatch using "tagged union" types (#772)Tim Foley2019-01-16
* Improve handling of {} initializer list expressions (#778)Tim Foley2019-01-16
* Feature/external compiler reporting (#776)jsmall-nvidia2019-01-16
* Improvements around review of debug serialization info (#769)jsmall-nvidia2019-01-10
* Feature/serialization debug info (#767)jsmall-nvidia2019-01-07
* Running tests in slang-test process (#740)jsmall-nvidia2018-12-12
* Allow parameter blocks to be explicitly bound to spaces (#736)Tim Foley2018-11-30
* * Renamed spSessionHasCompileTargetSupport to spSessionCheckCompileTargetSup...jsmall-nvidia2018-11-28
* Feature/early depth stencil (#727)jsmall-nvidia2018-11-21
* Feature/shared library refactor (#712)jsmall-nvidia2018-11-06
* Add support for a "strict" floating-point mode (#709)Tim Foley2018-11-01
* Rework command-line options handling for entry points and targets (#697)Tim Foley2018-10-29
* Feature/file system cache (#692)jsmall-nvidia2018-10-26
* Feature/include refactor (#675)jsmall-nvidia2018-10-16
* Added -serial-ir command line option (#664)jsmall-nvidia2018-10-09
* Improve support for non-32-bit types. (#643)Tim Foley2018-09-20
* spCompile/spProcessCommandLineArguments return SlangResult (#610)jsmall-nvidia2018-07-06
* 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
* Initial support for enum declarations (#599)Tim Foley2018-06-12
* Add options to control matrix layout rules (#583)Tim Foley2018-05-31
* Fix global atomic functions (#582)Tim Foley2018-05-29
* Speedup type checking using cached overload resolution results.Yong He2018-05-02
* Better diagnostics when compilation is aborted (#517)Tim Foley2018-04-20
* Introduce an IR-level type system (#481)Tim Foley2018-04-11
* Entry point attribute (#447)Tim Foley2018-03-19
* IR: next phase of "everything is an instruction" (#433)Tim Foley2018-03-03
* Make `IRGlobalValue::mangledName` a `Name*`Yong He2018-02-22
* Initial work on validating "constexpr"-ness in IR (#420)Tim Foley2018-02-22
* make CompileRequest retain specailized IR module.Yong He2018-02-20
* more to fixing memory leaksYong He2018-02-19
* Fix IR memory leaks.Yong He2018-02-19