summaryrefslogtreecommitdiff
path: root/slang.h
AgeCommit message (Expand)Author
2020-11-19File system refactor (#1611)jsmall-nvidia
2020-11-18Test for serializing out and reading back Stdlib (#1605)jsmall-nvidia
2020-10-28Add sequential ID cache in Linkage for witness tables and RTTI objects. (#1590)Yong He
2020-10-14Add reflection API access to global params type layout (#1577)Tim Foley
2020-09-26Add API for whole program compilation. (#1562)Yong He
2020-09-24Enable default cpp prelude. (#1560)Yong He
2020-09-02Allow unspecialized existential shader parameters (dynamic dispatch). (#1529)Yong He
2020-09-01Support dynamic existential shader parameters in render-test (#1525)Yong He
2020-08-25Export witness table and RTTI objects in compiled libraries. (#1514)Yong He
2020-08-03First pass support for Sampler Feedback (#1470)jsmall-nvidia
2020-06-18Prelude is associated with SourceLanguage (#1398)jsmall-nvidia
2020-06-02Added spGetBuildTagString. (#1365)jsmall-nvidia
2020-05-15Add a few missing enum cases to slang.h (#1347)Tim Foley
2020-02-14Add a bunch of stdlib declarations for SM 6.4 and 6.5 (#1221)Tim Foley
2020-01-31Some Slang API additions (#1195)Tim Foley
2020-01-08Cover a few corner cases in reflection API (#1163)Tim Foley
2019-12-12Feature/source downstream compiler (#1153)jsmall-nvidia
2019-12-12Use DownstreamCompiler for all downstream compilers (#1152)jsmall-nvidia
2019-12-12Slang compiles CUDA source via NVRTC (#1151)jsmall-nvidia
2019-12-05Added -dump-intermediate-prefix option (#1146)jsmall-nvidia
2019-12-04Setting downstream compiler (#1144)jsmall-nvidia
2019-12-04Feature/string hash review (#1142)jsmall-nvidia
2019-12-03getStringHash on string literals (#1140)jsmall-nvidia
2019-11-05API support for IR modules - setting references to libs, and returns lib from...jsmall-nvidia
2019-11-01Using repro as a file system (#1104)jsmall-nvidia
2019-10-31Reference IR modules with entry point (#1101)jsmall-nvidia
2019-10-23Expose more repro in API, support output params. (#1087)jsmall-nvidia
2019-10-21First pass Repro documentation (#1086)jsmall-nvidia
2019-10-21`Repro` functionality (#1085)jsmall-nvidia
2019-10-11Add ability to obfuscate name when generating GLSL/HLSL source (#1075)Robert Stepinski
2019-09-23Simple test profiling (#1062)jsmall-nvidia
2019-09-13Revisions to "new" Slang API based on use in Falcor (#1052)Tim Foley
2019-08-28Support for getting git version from IGlobalSession (#1040)jsmall-nvidia
2019-08-20User defined downstream compiler prelude (#1028)jsmall-nvidia
2019-08-12Ability to set Paths on Pass Through/Back End Compilers (#1010)jsmall-nvidia
2019-08-12Callable CPU code support (#1014)jsmall-nvidia
2019-08-08Make SlangSession an alias for slang::IGlobalSession (#1011)jsmall-nvidia
2019-08-08Revise new COM-lite API (#1007)Tim Foley
2019-07-17Slang -> C++ -> SharedLibrary -> Test (#999)jsmall-nvidia
2019-06-19Start exposing a new COM-lite API (#987)Tim Foley
2019-06-17Fix shared library loading for testing. (#986)jsmall-nvidia
2019-05-31WIP: Support for other source target language (#971)jsmall-nvidia
2019-05-22Basic layout and reflection for specialized types (#970)Tim Foley
2019-05-20Changes required for application adoption of interface-type parameters (#963)Tim Foley
2019-04-25Feature/build osx (#955)jsmall-nvidia
2019-04-25Feature/uint int definition (#954)jsmall-nvidia
2019-03-18* Added ToolReturnCode to be more rigerous about how a return code is passed ...jsmall-nvidia
2019-03-13Add SLANG_ACCELERATION_STRUCTURE resource shape for RaytracingAccelerationStr...Phil Guo
2019-03-12Add options to control optimization and debug information (#897)Tim Foley
2019-03-08Improve support for interfaces as shader parameters (#886)Tim Foley