summaryrefslogtreecommitdiffstats
path: root/include/slang.h
Commit message (Expand)AuthorAge
* Language version + tuple syntax. (#7230)Yong He2025-05-29
* Initial `dyn` keyword support & `-lang 2026` compiler option (#7172)ArielG-NV2025-05-22
* Fix various intptr_t issues by defining its width in `getIntTypeInfo` (#6786)Julius Ikkala2025-05-09
* Add Slang Byte Code generation and interpreter. (#6896)Yong He2025-04-28
* Update spirv-tools to for SDK v2025.2 (#6893)Gangzheng Tong2025-04-25
* Remove support for ad hoc Slang IR compression (#6834)Theresa Foley2025-04-16
* Add -dump-module command to slangc (#6638)cheneym22025-03-20
* Make image format reflection easier (#6550)Devon2025-03-20
* add SLANG_USER_CONFIG (#6584)Simon Kallweit2025-03-12
* Support SPIR-V deferred linking option (#6500)cheneym22025-03-05
* Improve entry point lookup function documentation (#6451)Anders Leino2025-02-26
* expose value of constant integers in module reflection (#6367)Alexandre Bléron2025-02-26
* Distribute slang-glsl-module.bin in release packages. (#6233)Yong He2025-01-31
* Cache and reuse glsl module. (#6152)Yong He2025-01-22
* Initial implementation of SP#015 `DescriptorHandle<T>`. (#6028)Yong He2025-01-10
* Add an example for using the reflection API (#5839)Theresa Foley2024-12-12
* Correctly distinguish between windows and MSVC (#5851)Ellie Hermaszewska2024-12-13
* Fix attribute reflection. (#5823)Yong He2024-12-11
* Add API for getting last internal error message (#5772)Simon Kallweit2024-12-05
* Fix compiler warning when using slang.h with gcc/clang on Windows (#5766)Kevin Shanahan2024-12-05
* Install PDB files when available (#5665)Ellie Hermaszewska2024-12-03
* includes: Reduce typo count (#5710)Bruce Mitchener2024-12-02
* Add wasm binding to get reflection json. (#5536)Yong He2024-11-12
* Reflection compiler option (#5507)tareksander2024-11-11
* Improve on spirv generation compile option (#5479)kaizhangNV2024-11-01
* formatEllie Hermaszewska2024-10-29
* Replace stdlib on Slang API with CoreModule (#5405)Jay Kwak2024-10-25
* Move C interface from slang.h to slang-deprecated.h (#5301)Ellie Hermaszewska2024-10-15
* Add WGSL support for slang-test (#5174)Anders Leino2024-10-07
* Add interfaces for retrieving separate linkable downstream binaries (#5128)cheneym22024-10-04
* Add COM API for querying metadata. (#5168)Yong He2024-09-30
* Move texture format inference to frontend and add reflection api for it. (#5155)Yong He2024-09-26
* Enable emscripten builds to compile slang.dll to WebAssembly. (#5131)Anders Leino2024-09-25
* Allow lookups of overloaded methods. (#5110)Sai Praveen Bangaru2024-09-19
* Report AD checkpoint contexts (#5058)venkataram-nv2024-09-18
* Implement math intrinsics for WGSL (#5078)Jay Kwak2024-09-17
* Add API method to specialize function reference with argument types (#4966)Sai Praveen Bangaru2024-09-16
* Initial WGSL support (#5006)Anders Leino2024-09-09
* Initial -embed-spirv support (#4974)cheneym22024-09-05
* Support mixture of precompiled and non-precompiled modules (#4860)cheneym22024-08-29
* Add ability to specialize generic references to functions, types and more (#4...Sai Praveen Bangaru2024-08-27
* Implement `-fvk-use-dx-layout` (#4912)ArielG-NV2024-08-26
* Remove using SpvStorageClass values casted into AddressSpace values (#4861)Ellie Hermaszewska2024-08-19
* Make precompileForTargets work with Slang API (#4845)cheneym22024-08-15
* More reflection API features. (#4740)Sai Praveen Bangaru2024-08-07
* Initial support for precompiled DXIL in slang-modules (#4755)cheneym22024-08-05
* Move SPIRV global variables into a context variable (#4741)ArielG-NV2024-07-30
* Add reflection of inout modifiers (#4711)ccummingsNV2024-07-26
* Add generic descriptor indexing intrinsic (#4389)dubiousconst2822024-07-24
* Cleanup global memory allocations on shutdown. (#4731)Yong He2024-07-24