summaryrefslogtreecommitdiff
path: root/docs/user-guide
AgeCommit message (Expand)Author
2025-09-30Enhance buffer load specialization pass to specialize past field extracts. (#...Yong He
2025-09-05Relax restriction on using link-time types for shader parameters. (#8387)Yong He
2025-09-01Remove ForceUnroll attribute from link-time specialization documentation (#8225)Copilot
2025-08-21Introduce CDataLayout & -fvk-use-c-layout (#8136)Julius Ikkala
2025-08-21Implement SV_VulkanSamplePosition (#8236)davli-nv
2025-08-19Add multiple slang installations note to doc (#8231)Gangzheng Tong
2025-08-17Update capability atoms reference page (#8138)Sam Estep
2025-08-08Error if super-type capabilities are a super-set of sub-type (#7452)ArielG-NV
2025-08-05Implement SPV_EXT_fragment_invocation_density (SPV_NV_shading_rate) (#8037)davli-nv
2025-07-27Fix broken links in User Guide (#7938)aidanfnv
2025-07-23Added small section about default values of `struct` members (#7844)Šimon
2025-07-22Fix capability generator to sort capabilities alphabetically within header gr...aidanfnv
2025-07-02add task shader alias (#7372)Sirox
2025-06-29Support the GLSL/SPIR-V Built-in variable `DeviceIndex` (#7552)ArielG-NV
2025-06-28Minimal optional constraints (#7422)Julius Ikkala
2025-06-16Require `override` keyword for overriding default interface methods. (#7458)Yong He
2025-06-13Allow interface methods to have default implementations. (#7439)Yong He
2025-06-13Add new capdef for lss intrinsics (#7427)Mukund Keshava
2025-06-10Fix IR layout of 3-element vectors in cbuffers for -fvk-use-dx-layout (#7282)James Helferty (NVIDIA)
2025-06-10Add optix support for coopvec (#7286)Mukund Keshava
2025-06-04Update user-guide toc. (#7349)Yong He
2025-06-04Add legalization for 0-sized arrays. (#7327)Yong He
2025-06-03Fix grammer for auto-diff doc (#7215)ArielG-NV
2025-05-29Language version + tuple syntax. (#7230)Yong He
2025-05-28fix doc's website table & grammer (#7268)ArielG-NV
2025-05-28Change default descriptor binding to be VkMutable (#7224)ArielG-NV
2025-05-27Add LSS intrinsics (#7200)Mukund Keshava
2025-05-25Add full support for SPV_NV_shader_subgroup_partitioned (#7103)Darren Wihandi
2025-05-23Implement throw & catch statements (#6916)Julius Ikkala
2025-05-22adjust docs as per review (#7168)ArielG-NV
2025-05-22Initial `dyn` keyword support & `-lang 2026` compiler option (#7172)ArielG-NV
2025-05-19Map `SV_VertexID` to `gl_VertexIndex-gl_BaseVertex`, add `SV_Vulkan*ID` seman...Darren Wihandi
2025-05-16Support Vulkan memory model (#7057)Jay Kwak
2025-05-16Fix correct bindings for bindless resource model [SPIRV and GLSL] (#7131)ArielG-NV
2025-05-15Support tensor addressing (#7060)Jay Kwak
2025-05-14Add new coopmat2 functions: Reduce and Transpose (#7027)Jay Kwak
2025-05-14Support the new CoopVec builtins (#7108)Jay Kwak
2025-05-14Add explanation for SV_InstanceID usage difference from SPIR-V (#7072)aidanfnv
2025-05-12Make CUDA version capabilities reach NVRTC (#7074)Theresa Foley
2025-05-12Cleanups related to RIFF support (#7041)Theresa Foley
2025-05-12cluster acceleration structure optix 6431 (#7028)Harsh Aggarwal (NVIDIA)
2025-05-08Fix broken links in Slang docs (#7039)aidanfnv
2025-05-05Remove extra User Guide readthedocs TOC entries by turning extra H1 headings ...aidanfnv
2025-05-02Add tables of contents to user guide for use on readthedocs (#6979)aidanfnv
2025-04-30Add `IOpaqueDescriptor::descriptorAccess`. (#6967)Yong He
2025-04-28Add Slang Byte Code generation and interpreter. (#6896)Yong He
2025-04-22Implement shader subgroup rotate intrinsics (#6878)Darren Wihandi
2025-04-22Add a new SM profile 6.9 (#6879)Jay Kwak
2025-04-16Remove support for ad hoc Slang IR compression (#6834)Theresa Foley
2025-04-15Add cooperative matrix 1 support (#6565)Darren Wihandi