summaryrefslogtreecommitdiff
path: root/source/slang/slang.cpp
AgeCommit message (Expand)Author
2019-03-10Fix `spReflection_FindTypeByName` (#891)Yong He
2019-03-08Improve support for interfaces as shader parameters (#886)Tim Foley
2019-03-05* Fix issue with dependency including source path - even if source was compil...jsmall-nvidia
2019-03-02#include not using search paths (#873)jsmall-nvidia
2019-02-27Hotfix/fix stdlib error reporting (#866)jsmall-nvidia
2019-02-19First steps toward supporting interface-type parameters on shaders (#852)Tim Foley
2019-02-15Split front- and back-ends (#846)Tim Foley
2019-02-04Feature/view path (#824)jsmall-nvidia
2019-01-30Fixes crashes at source error.Yong He
2019-01-21Feature/file unique identity (#789)jsmall-nvidia
2019-01-21Path simplification/hash mode, plus bug fixes (#788)jsmall-nvidia
2019-01-17Feature/hash for source identity (#786)jsmall-nvidia
2019-01-16Initial support for dynamic dispatch using "tagged union" types (#772)Tim Foley
2019-01-16Feature/external compiler reporting (#776)jsmall-nvidia
2019-01-10Fixes problem when passing in nullptr for the channel - we need the Diagnosti...jsmall-nvidia
2019-01-10Improvements around review of debug serialization info (#769)jsmall-nvidia
2019-01-07Feature/serialization debug info (#767)jsmall-nvidia
2018-12-12Running tests in slang-test process (#740)jsmall-nvidia
2018-11-28* Renamed spSessionHasCompileTargetSupport to spSessionCheckCompileTargetSup...jsmall-nvidia
2018-11-21Feature/early depth stencil (#727)jsmall-nvidia
2018-11-06Feature/shared library refactor (#712)jsmall-nvidia
2018-11-01Add support for a "strict" floating-point mode (#709)Tim Foley
2018-10-30Fix handling of DXR profiles (#704)Tim Foley
2018-10-29Rework command-line options handling for entry points and targets (#697)Tim Foley
2018-10-26Feature/file system cache (#692)jsmall-nvidia
2018-10-22Fix problem with __import not working (#688)jsmall-nvidia
2018-10-17IncludeFileSystem -> DefaultFileSystem (#677)jsmall-nvidia
2018-10-16Feature/include refactor (#675)jsmall-nvidia
2018-10-15Feature/source loc improvements (#673)jsmall-nvidia
2018-10-12Feature/source loc review (#672)jsmall-nvidia
2018-10-10Feature/source loc refactor (#668)jsmall-nvidia
2018-10-09Added -serial-ir command line option (#664)jsmall-nvidia
2018-10-04 Support cross-compilation of ray tracing shaders to Vulkan (#663)Tim Foley
2018-08-03Major overhaul of Renderer abstraction, to support a new example (#624)Tim Foley
2018-07-06spCompile/spProcessCommandLineArguments return SlangResult (#610)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-06-06Add basic support for Shader Model 6.3 profiles (#594)Tim Foley
2018-05-31Add options to control matrix layout rules (#583)Tim Foley
2018-05-02Speedup type checking using cached overload resolution results.Yong He
2018-04-20Better diagnostics when compilation is aborted (#517)Tim Foley
2018-04-13Propagate diagnostics when imported module has errors (#485)Tim Foley
2018-04-11Introduce an IR-level type system (#481)Tim Foley
2018-03-22Add support for DirectX Raytracing (DXR) (#451)Tim Foley
2018-03-19Entry point attribute (#447)Tim Foley
2018-03-12Stop compilation when a imported module contains errors. (#440)Yong He
2018-02-22Initial work on validating "constexpr"-ness in IR (#420)Tim Foley
2018-02-20make CompileRequest retain specailized IR module.Yong He
2018-02-19more to fixing memory leaksYong He
2018-02-19Fix IR memory leaks.Yong He