summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-capabilities.capdef
Commit message (Expand)AuthorAge
* Add SPV_NV_bindless_texture support (#8534)Lujin Wang2025-09-26
* Enable CUDA support for additional HLSL intrinsic tests (#8293)Harsh Aggarwal (NVIDIA)2025-09-04
* [CBP] Pointer frontend changes + groupshared pointer support (#7848)ArielG-NV2025-08-29
* Add Metal support for WaveGetActiveMask and WaveActiveCountBits (#8218)Tianyu Li2025-08-20
* Handle SV_Barycentrics on metal (#8163)James Helferty (NVIDIA)2025-08-13
* Error if super-type capabilities are a super-set of sub-type (#7452)ArielG-NV2025-08-08
* add task shader alias (#7372)Sirox2025-07-02
* Support the GLSL/SPIR-V Built-in variable `DeviceIndex` (#7552)ArielG-NV2025-06-29
* Add new capdef for lss intrinsics (#7427)Mukund Keshava2025-06-13
* Add optix support for coopvec (#7286)Mukund Keshava2025-06-10
* Fix somme mis-define of capability (#7356)kaizhangNV2025-06-05
* Language version + tuple syntax. (#7230)Yong He2025-05-29
* Add LSS intrinsics (#7200)Mukund Keshava2025-05-27
* Add full support for SPV_NV_shader_subgroup_partitioned (#7103)Darren Wihandi2025-05-25
* Support Vulkan memory model (#7057)Jay Kwak2025-05-16
* Fix broken -emit-spirv-via-glsl test option (#7091)sricker-nvidia2025-05-16
* Support tensor addressing (#7060)Jay Kwak2025-05-15
* Add new coopmat2 functions: Reduce and Transpose (#7027)Jay Kwak2025-05-14
* Support the new CoopVec builtins (#7108)Jay Kwak2025-05-14
* Make CUDA version capabilities reach NVRTC (#7074)Theresa Foley2025-05-12
* cluster acceleration structure optix 6431 (#7028)Harsh Aggarwal (NVIDIA)2025-05-12
* Add a new capability hlsl_2018 that avoid using select/and/or (#7003)Jay Kwak2025-05-05
* Add Slang Byte Code generation and interpreter. (#6896)Yong He2025-04-28
* Implement shader subgroup rotate intrinsics (#6878)Darren Wihandi2025-04-22
* Add a new SM profile 6.9 (#6879)Jay Kwak2025-04-22
* Add cooperative matrix 1 support (#6565)Darren Wihandi2025-04-15
* Output SPV_KHR_compute_shader_derivatives extension string instead of the NV ...Darren Wihandi2025-03-19
* Implement floating-point pack/unpack intrinsics for all targets (#6503)Darren Wihandi2025-03-18
* Add support for Metal subgroup/simd operations (#6247)Darren Wihandi2025-02-10
* Add support for WGSL subgroup operations (#6213)Darren Wihandi2025-02-02
* Support cooperative vector (#6223)Jay Kwak2025-01-30
* Implement WaveMultiPrefix* for SPIRV and GLSL (#6182)Darren Wihandi2025-01-29
* Implement Quad Control intrinsics (#5981)Darren Wihandi2025-01-17
* Fix typo in capdef file (#5711)Bruce Mitchener2024-12-02
* Write only texture types. (#5454)Yong He2024-10-30
* Add `InterlockedAddF64` intrinsic. (#5412)Yong He2024-10-27
* Feature/wgsl intrinsic texture gather (#5141)Jay Kwak2024-09-23
* WGSL implement texture intrinsics except gather and sampler-less (#5123)Jay Kwak2024-09-20
* Add WGSL intrinsics for synchronization (#5114)Anders Leino2024-09-19
* Add WGSL pack/unpack, constructor, derivatives & misc intrinsics (#5102)Anders Leino2024-09-18
* Implement math intrinsics for WGSL (#5078)Jay Kwak2024-09-17
* Initial WGSL support (#5006)Anders Leino2024-09-09
* Document All Capability Atoms and Profiles (#5008)ArielG-NV2024-09-05
* Allow capabilities to be used with `[shader("...")]` (#4928)ArielG-NV2024-08-28
* Initial support for precompiled DXIL in slang-modules (#4755)cheneym22024-08-05
* Add `_Internal`/`External` atom enforcement and validation. (#4702)ArielG-NV2024-07-25
* Overhaul IR lowering of pointer types. (#4710)Yong He2024-07-25
* Metal: `Interlocked` (atomic) member function support for buffers (#4655)ArielG-NV2024-07-18
* Implement 64-bit version of clockARB (#4571)venkataram-nv2024-07-10
* add GL_EXT_ray_tracing_position_fetch (#4566)ArielG-NV2024-07-10