summaryrefslogtreecommitdiff
path: root/source/slang/core.meta.slang
AgeCommit message (Expand)Author
2025-07-01extend fiddle to allow custom lua splices in more places (#7559)Ellie Hermaszewska
2025-06-30Remove redundant [payload] attribute (Fix #7528) (#7555)Harsh Aggarwal (NVIDIA)
2025-06-30Add MLP training examples. (#7550)Yong He
2025-06-30Implement IFloat.scale for vectors, matrices (#7545)James Helferty (NVIDIA)
2025-06-04Add legalization for 0-sized arrays. (#7327)Yong He
2025-06-04Make interface types non c-style in Slang2026. (#7260)Yong He
2025-05-14Add new coopmat2 functions: Reduce and Transpose (#7027)Jay Kwak
2025-04-21Add `vk::offset` to specify member offsets for push constants (#6797)Darren Wihandi
2025-04-07Support for Payload Access Qualifiers (#3448) (#6595)Harsh Aggarwal (NVIDIA)
2025-02-28Add WaveGetLane* support for Metal and WGSL (#6371)Darren Wihandi
2025-02-23Improve performance when compiling small shaders. (#6396)Yong He
2025-02-20Simplify implicit cast ctors for vector & matrix. (#6408)Yong He
2025-02-05Feature/initialize list side branch (#6058)kaizhangNV
2025-02-05Fix autodiff issue for vector<T, N> (#6275)kaizhangNV
2025-01-30[Docs] Auto-diff documentation overhaul (#6202)Sai Praveen Bangaru
2025-01-30Support cooperative vector (#6223)Jay Kwak
2025-01-17Implement Quad Control intrinsics (#5981)Darren Wihandi
2025-01-10Add overload for select to handle Optional<T> (#6022)mTvare
2025-01-09Support a storage class, NodePayloadAMDX, for SPIRV work-graphs (#6052)Jay Kwak
2025-01-10Fix implicit string conversion breaking NativeStrings (#6035)Julius Ikkala
2025-01-07Lower varying parameters as pointers instead of SSA values. (#5919)Yong He
2024-12-12Bit extract (#5847)kaizhangNV
2024-12-03Add intrinsics for aligned load/store. (#5736)Yong He
2024-12-01[Docs] Minor fixes to auto-diff documentation (#5621)Sai Praveen Bangaru
2024-11-21Add datalayout for constant buffers. (#5608)Yong He
2024-10-27Add implicit cast for generic vector types. (#5413)Yong He
2024-10-23Document the interfaces in the core module (#5374)Jay Kwak
2024-10-21Stdlib documentation for Atomic, Optional, Tuple (#5358)Ellie Hermaszewska
2024-10-21Add more doc for builtin interfaces. (#5357)Yong He
2024-10-17Cleanup atomic intrinsics. (#5324)Yong He
2024-10-15Add stdlib documentation for attributes and interfaces. (#5297)Yong He
2024-10-08Overhaul docgen tool and setup CI to generate stdlib reference. (#5232)Yong He
2024-09-27Fix l-value computation for subscript call. (#5177)Yong He
2024-09-20Initial `Atomic<T>` type implementation. (#5125)Yong He
2024-09-19Support `IDifferentiablePtrType` (#5031)Sai Praveen Bangaru
2024-09-18Add `IRWArray` interface, and make StructuredBuffer conform to them. (#5097)Yong He
2024-09-09Fix generic IInteger `mod` implementation. (#5037)Yong He
2024-08-30Support specialization constants. (#4963)Yong He
2024-08-28Make sure `NullDifferential` and its witness are removed after autodiff. (#4958)Yong He
2024-08-28Fix partial inference of variadic generic functions. (#4956)Yong He
2024-08-28Metal: Mesh Shaders (#4280)Dynamitos
2024-08-27Add functor syntax support. (#4926)Yong He
2024-08-27Document notable `__ref` uss in stdlib. Remove user docs use of '__ref'. (#4799)ArielG-NV
2024-08-27Adds a warning for using `[PreferRecompute]` on methods that may contain side...Sai Praveen Bangaru
2024-08-23Make variadic generics work with interfaces and forward autodiff. (#4905)Yong He
2024-08-19Tuple swizzling, concat, comparison and `countof`. (#4856)Yong He
2024-08-18Variadic Generics Part 2: IR lowering and specialization. (#4849)Yong He
2024-08-12Warn when inout parameter is never written (#4777)venkataram-nv
2024-08-06Support an Upper-case variant of [NumThreads] and [Shader] (#4780)Jay Kwak
2024-07-26Allow passing sized array to unsized array parameter. (#4744)Yong He