summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2025-04-28Add Slang Byte Code generation and interpreter. (#6896)Yong He
2025-04-25Update spirv-tools to for SDK v2025.2 (#6893)Gangzheng Tong
2025-04-22Add SLANG_OVERRIDE to SLANG_IUNKNOWN_ macros (#6864)James0124
2025-04-18Check the available VK extensions before using CoopVec APIs in GFX (#6849)Jay Kwak
2025-04-16Remove support for ad hoc Slang IR compression (#6834)Theresa Foley
2025-03-20Add -dump-module command to slangc (#6638)cheneym2
2025-03-20Make image format reflection easier (#6550)Devon
2025-03-12add SLANG_USER_CONFIG (#6584)Simon Kallweit
2025-03-05Support SPIR-V deferred linking option (#6500)cheneym2
2025-02-26Improve entry point lookup function documentation (#6451)Anders Leino
2025-02-26expose value of constant integers in module reflection (#6367)Alexandre Bléron
2025-01-31Distribute slang-glsl-module.bin in release packages. (#6233)Yong He
2025-01-24Add bgra8 format (#6163)Darren Wihandi
2025-01-22Cache and reuse glsl module. (#6152)Yong He
2025-01-10Initial implementation of SP#015 `DescriptorHandle<T>`. (#6028)Yong He
2024-12-12Add an example for using the reflection API (#5839)Theresa Foley
2024-12-13Correctly distinguish between windows and MSVC (#5851)Ellie Hermaszewska
2024-12-11Fix attribute reflection. (#5823)Yong He
2024-12-05Add API for getting last internal error message (#5772)Simon Kallweit
2024-12-05Fix compiler warning when using slang.h with gcc/clang on Windows (#5766)Kevin Shanahan
2024-12-03Install PDB files when available (#5665)Ellie Hermaszewska
2024-12-02includes: Reduce typo count (#5710)Bruce Mitchener
2024-11-12Add wasm binding to get reflection json. (#5536)Yong He
2024-11-11Reflection compiler option (#5507)tareksander
2024-11-01Improve on spirv generation compile option (#5479)kaizhangNV
2024-10-29formatEllie Hermaszewska
2024-10-29preparation for clang format (#5422)Ellie Hermaszewska
2024-10-25Replace stdlib on Slang API with CoreModule (#5405)Jay Kwak
2024-10-15 Move C interface from slang.h to slang-deprecated.h (#5301)Ellie Hermaszewska
2024-10-07Add WGSL support for slang-test (#5174)Anders Leino
2024-10-04Add interfaces for retrieving separate linkable downstream binaries (#5128)cheneym2
2024-09-30Add COM API for querying metadata. (#5168)Yong He
2024-09-26Move texture format inference to frontend and add reflection api for it. (#5155)Yong He
2024-09-25Enable emscripten builds to compile slang.dll to WebAssembly. (#5131)Anders Leino
2024-09-19Allow lookups of overloaded methods. (#5110)Sai Praveen Bangaru
2024-09-18Report AD checkpoint contexts (#5058)venkataram-nv
2024-09-17Implement math intrinsics for WGSL (#5078)Jay Kwak
2024-09-16Add API method to specialize function reference with argument types (#4966)Sai Praveen Bangaru
2024-09-09Initial WGSL support (#5006)Anders Leino
2024-09-05Initial -embed-spirv support (#4974)cheneym2
2024-08-29Support mixture of precompiled and non-precompiled modules (#4860)cheneym2
2024-08-27Add ability to specialize generic references to functions, types and more (#4...Sai Praveen Bangaru
2024-08-26Implement `-fvk-use-dx-layout` (#4912)ArielG-NV
2024-08-19Remove using SpvStorageClass values casted into AddressSpace values (#4861)Ellie Hermaszewska
2024-08-15Make precompileForTargets work with Slang API (#4845)cheneym2
2024-08-07More reflection API features. (#4740)Sai Praveen Bangaru
2024-08-05Initial support for precompiled DXIL in slang-modules (#4755)cheneym2
2024-07-30Move SPIRV global variables into a context variable (#4741)ArielG-NV
2024-07-26Add reflection of inout modifiers (#4711)ccummingsNV
2024-07-24Add generic descriptor indexing intrinsic (#4389)dubiousconst282