index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
slang
/
core.meta.slang
Age
Commit message (
Expand
)
Author
2025-01-07
Lower varying parameters as pointers instead of SSA values. (#5919)
Yong He
2024-12-12
Bit extract (#5847)
kaizhangNV
2024-12-03
Add intrinsics for aligned load/store. (#5736)
Yong He
2024-12-01
[Docs] Minor fixes to auto-diff documentation (#5621)
Sai Praveen Bangaru
2024-11-21
Add datalayout for constant buffers. (#5608)
Yong He
2024-10-27
Add implicit cast for generic vector types. (#5413)
Yong He
2024-10-23
Document the interfaces in the core module (#5374)
Jay Kwak
2024-10-21
Stdlib documentation for Atomic, Optional, Tuple (#5358)
Ellie Hermaszewska
2024-10-21
Add more doc for builtin interfaces. (#5357)
Yong He
2024-10-17
Cleanup atomic intrinsics. (#5324)
Yong He
2024-10-15
Add stdlib documentation for attributes and interfaces. (#5297)
Yong He
2024-10-08
Overhaul docgen tool and setup CI to generate stdlib reference. (#5232)
Yong He
2024-09-27
Fix l-value computation for subscript call. (#5177)
Yong He
2024-09-20
Initial `Atomic<T>` type implementation. (#5125)
Yong He
2024-09-19
Support `IDifferentiablePtrType` (#5031)
Sai Praveen Bangaru
2024-09-18
Add `IRWArray` interface, and make StructuredBuffer conform to them. (#5097)
Yong He
2024-09-09
Fix generic IInteger `mod` implementation. (#5037)
Yong He
2024-08-30
Support specialization constants. (#4963)
Yong He
2024-08-28
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
Metal: Mesh Shaders (#4280)
Dynamitos
2024-08-27
Add functor syntax support. (#4926)
Yong He
2024-08-27
Document notable `__ref` uss in stdlib. Remove user docs use of '__ref'. (#4799)
ArielG-NV
2024-08-27
Adds a warning for using `[PreferRecompute]` on methods that may contain side...
Sai Praveen Bangaru
2024-08-23
Make variadic generics work with interfaces and forward autodiff. (#4905)
Yong He
2024-08-19
Tuple swizzling, concat, comparison and `countof`. (#4856)
Yong He
2024-08-18
Variadic Generics Part 2: IR lowering and specialization. (#4849)
Yong He
2024-08-12
Warn when inout parameter is never written (#4777)
venkataram-nv
2024-08-06
Support an Upper-case variant of [NumThreads] and [Shader] (#4780)
Jay Kwak
2024-07-26
Allow passing sized array to unsized array parameter. (#4744)
Yong He
2024-07-25
Overhaul IR lowering of pointer types. (#4710)
Yong He
2024-07-25
Allow implicitly casting enum types to bool. (#4739)
Yong He
2024-07-24
Support 1-dimensional matrix for HLSL (#4728)
Jay Kwak
2024-07-12
Change IDefaultInitializableType to IDefaultInitializable (#4620)
ArielG-NV
2024-07-05
Add vector overloads for or and and (#4529)
Ellie Hermaszewska
2024-06-28
Implement HLSL resource bindings and default type `float4` to `SubpassInput<T...
ArielG-NV
2024-06-24
Added float2x2 cast to float4 (and vise versa) (#4432)
ArielG-NV
2024-06-12
Add slangc flag to `-zero-initialize` all variables (#3987)
ArielG-NV
2024-06-10
Partial implementation of static_assert (#4294)
Jay Kwak
2024-05-16
RasterizerOrder resource for spirv and metal. (#4175)
Yong He
2024-05-14
Remove use of `G0` and `__target_intrinsic` in stdlib. (#4170)
Yong He
2024-05-13
Add LoadAligned and StoreAligned methods to ByteAddressBuffers (#4066)
Sriram Murali
2024-05-08
Support `[__ref]` attribute to make `this` pass by reference. (#4139)
Yong He
2024-05-07
Support Metal math functions (#4118)
Jay Kwak
2024-05-03
Fix `Ptr::__subscript` to accept any integer index. (#4100)
Yong He
2024-05-01
Add ParamDecl as the attribute target (#4067)
kaizhangNV
2024-04-30
Change stdlib to not depend on short-circuit (#4056)
kaizhangNV
2024-04-29
Replace __target_intrinsics and __specialize_for_target, part 1 (#4050)
Jay Kwak
2024-04-26
WIP: Force Inline If RefType (#4005)
ArielG-NV
2024-04-25
Support derivative functions in compute & capabilities adjustments (#4014)
ArielG-NV
[next]