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