summaryrefslogtreecommitdiff
path: root/slang.h
AgeCommit message (Expand)Author
2018-12-12Remove the valist from the ISlangWriter interface. Replace with begin/endAppe...jsmall-nvidia
2018-12-12Running tests in slang-test process (#740)jsmall-nvidia
2018-12-10Remove the "VM" and "bytecode" features (#745)Tim Foley
2018-11-30Add support for Vulkan raytraicng "shader record" (#735)Tim Foley
2018-11-30Use register spaces by default for D3D12 targets (#734)Tim Foley
2018-11-28* Renamed spSessionHasCompileTargetSupport to spSessionCheckCompileTargetSup...jsmall-nvidia
2018-11-21Feature/early depth stencil (#727)jsmall-nvidia
2018-11-21Add support for unbounded arrays as shader parameters (#725)Tim Foley
2018-11-12Add callable shader support for Vulkan ray tracing (#718)Tim Foley
2018-11-06Feature/shared library refactor (#712)jsmall-nvidia
2018-11-01Add support for a "strict" floating-point mode (#709)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-16Feature/include refactor (#675)jsmall-nvidia
2018-10-04 Support cross-compilation of ray tracing shaders to Vulkan (#663)Tim Foley
2018-09-27First pass implementation of IR serialization (#653)jsmall-nvidia
2018-09-20Improve support for non-32-bit types. (#643)Tim Foley
2018-09-12Feature/memory arena (#631)jsmall-nvidia
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-05-31Add options to control matrix layout rules (#583)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-03-28Merge from v0.9.15 (#460)Tim Foley
2018-03-22Add support for DirectX Raytracing (DXR) (#451)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-23Initial support for cross-compilation of geometry shaders to GLSL (#423)Tim Foley
2018-02-22Initial work on validating "constexpr"-ness in IR (#420)Tim Foley
2018-02-19Fix IR memory leaks.Yong He
2018-02-08Falcor fixes (#402)Tim Foley
2018-02-07Generate SSA form for IR functions (#400)Tim Foley
2018-02-03Remove non-IR codegen paths (#398)Tim Foley
2018-02-02Remove support for the -no-checking flag (#392)Tim Foley
2018-01-03Add API for querying TypeLayout from a TypeYong He
2018-01-02no-codegen compile flag and global generics reflection (#347)Yong He
2017-12-13Fix parameter block binding for Vulkan (#308)Tim Foley
2017-12-08Cleanups to `ParameterBlock<T>` behavior. (#304)Tim Foley
2017-12-06Make AST and IR share type legalization code (#303)Tim Foley
2017-11-29Add API to query stage of varying parameter (#302)Tim Foley
2017-11-27Cleanups (#298)Tim Foley
2017-11-17Add support for global generic parameters (#285)Yong He
2017-11-13Parameter block work (#276)Tim Foley
2017-11-07Add reflection API to get type name (#263)Tim Foley
2017-11-06Parameter blocks (#245)Tim Foley
2017-11-01Allow use of dxc compiler for DXIL generation (#241)Tim Foley
2017-10-19Reflection: allow querying of semantics on varying input/output (#224)Tim Foley