index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
slang.h
Age
Commit message (
Expand
)
Author
2025-08-09
Allow specializing entrypoints with generic value args or variadic types from...
Yong He
2025-08-06
Add reflection api for overload candidate filtering. (#8066)
Yong He
2025-07-31
msvc style bitfield packing (#7963)
Ellie Hermaszewska
2025-07-25
Fix mesh shader reflection JSON output (#7868)
pdeayton-nv
2025-07-25
Add combined texture-sampler flag to reflection API to differentiate Texture2...
Copilot
2025-07-23
Fix MSVC compiler complains about different calling convention between interf...
hzqst
2025-07-09
Stable names and backwards compat for serialized IR modules (#7644)
Ellie Hermaszewska
2025-07-03
Replace SLANG_ALIGN_OF with C++11 alignof (#7523)
Julius Ikkala
2025-07-01
Allow Link time constant array length sizing, warn on unsupported functionali...
Ellie Hermaszewska
2025-07-01
Add arguments for controlling floating point denormal mode (#7461)
aidanfnv
2025-07-01
Remove some cruft/complexity from IR serialization (#7483)
Theresa Foley
2025-06-16
Exposing TU-local entity with modules fix (#7449)
Tomáš Chlubna
2025-06-12
Fix API changes from separate debugging support (#7397)
jarcherNV
2025-06-06
Add command line option for separate debug info (#7178)
jarcherNV
2025-06-04
Make interface types non c-style in Slang2026. (#7260)
Yong He
2025-05-29
Language version + tuple syntax. (#7230)
Yong He
2025-05-22
Initial `dyn` keyword support & `-lang 2026` compiler option (#7172)
ArielG-NV
2025-05-09
Fix various intptr_t issues by defining its width in `getIntTypeInfo` (#6786)
Julius Ikkala
2025-04-28
Add Slang Byte Code generation and interpreter. (#6896)
Yong He
2025-04-25
Update spirv-tools to for SDK v2025.2 (#6893)
Gangzheng Tong
2025-04-16
Remove support for ad hoc Slang IR compression (#6834)
Theresa Foley
2025-03-20
Add -dump-module command to slangc (#6638)
cheneym2
2025-03-20
Make image format reflection easier (#6550)
Devon
2025-03-12
add SLANG_USER_CONFIG (#6584)
Simon Kallweit
2025-03-05
Support SPIR-V deferred linking option (#6500)
cheneym2
2025-02-26
Improve entry point lookup function documentation (#6451)
Anders Leino
2025-02-26
expose value of constant integers in module reflection (#6367)
Alexandre Bléron
2025-01-31
Distribute slang-glsl-module.bin in release packages. (#6233)
Yong He
2025-01-22
Cache and reuse glsl module. (#6152)
Yong He
2025-01-10
Initial implementation of SP#015 `DescriptorHandle<T>`. (#6028)
Yong He
2024-12-12
Add an example for using the reflection API (#5839)
Theresa Foley
2024-12-13
Correctly distinguish between windows and MSVC (#5851)
Ellie Hermaszewska
2024-12-11
Fix attribute reflection. (#5823)
Yong He
2024-12-05
Add API for getting last internal error message (#5772)
Simon Kallweit
2024-12-05
Fix compiler warning when using slang.h with gcc/clang on Windows (#5766)
Kevin Shanahan
2024-12-03
Install PDB files when available (#5665)
Ellie Hermaszewska
2024-12-02
includes: Reduce typo count (#5710)
Bruce Mitchener
2024-11-12
Add wasm binding to get reflection json. (#5536)
Yong He
2024-11-11
Reflection compiler option (#5507)
tareksander
2024-11-01
Improve on spirv generation compile option (#5479)
kaizhangNV
2024-10-29
format
Ellie Hermaszewska
2024-10-25
Replace 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-07
Add WGSL support for slang-test (#5174)
Anders Leino
2024-10-04
Add interfaces for retrieving separate linkable downstream binaries (#5128)
cheneym2
2024-09-30
Add COM API for querying metadata. (#5168)
Yong He
2024-09-26
Move texture format inference to frontend and add reflection api for it. (#5155)
Yong He
2024-09-25
Enable emscripten builds to compile slang.dll to WebAssembly. (#5131)
Anders Leino
2024-09-19
Allow lookups of overloaded methods. (#5110)
Sai Praveen Bangaru
2024-09-18
Report AD checkpoint contexts (#5058)
venkataram-nv
[next]