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
/
hlsl.meta.slang
Age
Commit message (
Expand
)
Author
2024-10-29
Use Offset instead of ConstOffset for GLSL function textureGatherOffset (#5426)
Jay Kwak
2024-10-28
Replace the word stdlib or standard-library with core-module for source code ...
Jay Kwak
2024-10-28
Add documentation for buffer types (#5410)
kaizhangNV
2024-10-27
Add `InterlockedAddF64` intrinsic. (#5412)
Yong He
2024-10-23
Document the interfaces in the core module (#5374)
Jay Kwak
2024-10-23
Document bit operations (#5373)
cheneym2
2024-10-22
Document derivative core module functions (#5369)
cheneym2
2024-10-17
Cleanup definition of `printf`. (#5330)
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-11
WGSL: Enable load & store from byte-addressible buffers (#5252)
Anders Leino
2024-10-09
Metal: Texture write fix (#4952)
Dynamitos
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-26
Implement texture_storage_Xd in WGSL (#5158)
Jay Kwak
2024-09-25
WGSL texture support for depth and multisampled (#5152)
Jay Kwak
2024-09-24
Fix the incorrect use of GLSL textureGather (#5150)
Jay Kwak
2024-09-23
Feature/wgsl intrinsic texture gather (#5141)
Jay Kwak
2024-09-23
Fix incorrect use of pointer in WGSL (#5144)
Jay Kwak
2024-09-20
WGSL implement texture intrinsics except gather and sampler-less (#5123)
Jay Kwak
2024-09-19
Re-enable slang-test for WGSL (#5120)
Jay Kwak
2024-09-19
Add WGSL intrinsics for synchronization (#5114)
Anders Leino
2024-09-18
Add `IRWArray` interface, and make StructuredBuffer conform to them. (#5097)
Yong He
2024-09-18
Add WGSL pack/unpack, constructor, derivatives & misc intrinsics (#5102)
Anders Leino
2024-09-17
Fix WGSL frexp and modf that returns a struct (#5096)
Jay Kwak
2024-09-17
Implement math intrinsics for WGSL (#5078)
Jay Kwak
2024-09-09
Initial WGSL support (#5006)
Anders Leino
2024-08-28
Add `ReportIntersectionOptix` for optix. (#4949)
Yong He
2024-08-28
Metal: Mesh Shaders (#4280)
Dynamitos
2024-08-27
Document notable `__ref` uss in stdlib. Remove user docs use of '__ref'. (#4799)
ArielG-NV
2024-08-27
Avoid inlining functions with inline ASM blocks. (#4925)
Sai Praveen Bangaru
2024-07-25
Overhaul IR lowering of pointer types. (#4710)
Yong He
2024-07-24
Add generic descriptor indexing intrinsic (#4389)
dubiousconst282
2024-07-18
Metal: `Interlocked` (atomic) member function support for buffers (#4655)
ArielG-NV
2024-07-10
Implement 64-bit version of clockARB (#4571)
venkataram-nv
2024-07-10
Implement non member function atomic texture support (#4544)
ArielG-NV
2024-07-10
Fixes to Metal Input parameters and Output value input/output semantics (#4536)
ArielG-NV
2024-07-10
Support status argument for GatherXXX (#4490)
Jay Kwak
2024-07-09
Add intrinsic for clock2x32ARB (#4563)
kaizhangNV
2024-07-05
Add specializations for 1 vectors in functions using the $N glsl intrinsic pl...
Ellie Hermaszewska
2024-07-02
Emit errors when invalid capabilities are used (#4510)
ArielG-NV
2024-07-01
Support HLSL `.sample` operators for MS textures (#4524)
venkataram-nv
2024-06-28
Implement CheckAccessFullyMapped (#4509)
Jay Kwak
2024-06-28
Implement HLSL resource bindings and default type `float4` to `SubpassInput<T...
ArielG-NV
2024-06-27
Extend `countbits` intrinsic for vector types (#4499)
venkataram-nv
2024-06-27
Implement `uint2` variant of `asdouble` intrinsic (#4488)
venkataram-nv
2024-06-26
Fix Texture2DMSArray (#4485)
Jay Kwak
2024-06-26
Expand upon existing `ImageSubscript` support (Metal, GLSL, SPIRV) (#4408)
ArielG-NV
2024-06-25
Support atomic intrinsics for Metal (#4473)
Jay Kwak
2024-06-25
Add intrinsic for `IsHelperLane()` in HLSL (#4471)
venkataram-nv
[next]