index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
slang
/
core.meta.slang
Commit message (
Expand
)
Author
Age
*
Rewriting the lower-buffer-element-type pass to avoid unnecessary packing/unp...
Yong He
2025-09-30
*
Split overloaded uses of RefType in front-end (#8427)
Theresa Foley
2025-09-23
*
Added __magic_enum (#8436)
Ronan
2025-09-17
*
[CBP] Pointer frontend changes + groupshared pointer support (#7848)
ArielG-NV
2025-08-29
*
Fix mesh shader OutputIndices subscript error by adding missing ref accessor ...
Lujin Wang
2025-08-22
*
Add matrix select intrinsic (#7566)
venkataram-nv
2025-07-31
*
Emit additional diagnostic for invalid pointer taking operations (#7663)
Gangzheng Tong
2025-07-15
*
Fix `slang-generate` segfault when parsing `$(()...)` (#7683)
ArielG-NV
2025-07-15
*
Replace [KnownBuiltin] string-based comparisons with enum-based system (#7714)
Copilot
2025-07-15
*
Replace SLANG_ALIGN_OF with C++11 alignof (#7523)
Julius Ikkala
2025-07-03
*
extend fiddle to allow custom lua splices in more places (#7559)
Ellie Hermaszewska
2025-07-01
*
Remove redundant [payload] attribute (Fix #7528) (#7555)
Harsh Aggarwal (NVIDIA)
2025-06-30
*
Add MLP training examples. (#7550)
Yong He
2025-06-30
*
Implement IFloat.scale for vectors, matrices (#7545)
James Helferty (NVIDIA)
2025-06-30
*
Add legalization for 0-sized arrays. (#7327)
Yong He
2025-06-04
*
Make interface types non c-style in Slang2026. (#7260)
Yong He
2025-06-04
*
Add new coopmat2 functions: Reduce and Transpose (#7027)
Jay Kwak
2025-05-14
*
Add `vk::offset` to specify member offsets for push constants (#6797)
Darren Wihandi
2025-04-21
*
Support for Payload Access Qualifiers (#3448) (#6595)
Harsh Aggarwal (NVIDIA)
2025-04-07
*
Add WaveGetLane* support for Metal and WGSL (#6371)
Darren Wihandi
2025-02-28
*
Improve performance when compiling small shaders. (#6396)
Yong He
2025-02-23
*
Simplify implicit cast ctors for vector & matrix. (#6408)
Yong He
2025-02-20
*
Feature/initialize list side branch (#6058)
kaizhangNV
2025-02-05
*
Fix autodiff issue for vector<T, N> (#6275)
kaizhangNV
2025-02-05
*
[Docs] Auto-diff documentation overhaul (#6202)
Sai Praveen Bangaru
2025-01-30
*
Support cooperative vector (#6223)
Jay Kwak
2025-01-30
*
Implement Quad Control intrinsics (#5981)
Darren Wihandi
2025-01-17
*
Add overload for select to handle Optional<T> (#6022)
mTvare
2025-01-10
*
Support a storage class, NodePayloadAMDX, for SPIRV work-graphs (#6052)
Jay Kwak
2025-01-09
*
Fix implicit string conversion breaking NativeStrings (#6035)
Julius Ikkala
2025-01-10
*
Lower varying parameters as pointers instead of SSA values. (#5919)
Yong He
2025-01-07
*
Bit extract (#5847)
kaizhangNV
2024-12-12
*
Add intrinsics for aligned load/store. (#5736)
Yong He
2024-12-03
*
[Docs] Minor fixes to auto-diff documentation (#5621)
Sai Praveen Bangaru
2024-12-01
*
Add datalayout for constant buffers. (#5608)
Yong He
2024-11-21
*
Add implicit cast for generic vector types. (#5413)
Yong He
2024-10-27
*
Document the interfaces in the core module (#5374)
Jay Kwak
2024-10-23
*
Stdlib documentation for Atomic, Optional, Tuple (#5358)
Ellie Hermaszewska
2024-10-21
*
Add more doc for builtin interfaces. (#5357)
Yong He
2024-10-21
*
Cleanup atomic intrinsics. (#5324)
Yong He
2024-10-17
*
Add stdlib documentation for attributes and interfaces. (#5297)
Yong He
2024-10-15
*
Overhaul docgen tool and setup CI to generate stdlib reference. (#5232)
Yong He
2024-10-08
*
Fix l-value computation for subscript call. (#5177)
Yong He
2024-09-27
*
Initial `Atomic<T>` type implementation. (#5125)
Yong He
2024-09-20
*
Support `IDifferentiablePtrType` (#5031)
Sai Praveen Bangaru
2024-09-19
*
Add `IRWArray` interface, and make StructuredBuffer conform to them. (#5097)
Yong He
2024-09-18
*
Fix generic IInteger `mod` implementation. (#5037)
Yong He
2024-09-09
*
Support specialization constants. (#4963)
Yong He
2024-08-30
*
Make sure `NullDifferential` and its witness are removed after autodiff. (#4958)
Yong He
2024-08-28
*
Fix partial inference of variadic generic functions. (#4956)
Yong He
2024-08-28
[next]