summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-layout.h
AgeCommit message (Expand)Author
2025-08-21Introduce CDataLayout & -fvk-use-c-layout (#8136)Julius Ikkala
2025-06-10Fix IR layout of 3-element vectors in cbuffers for -fvk-use-dx-layout (#7282)James Helferty (NVIDIA)
2024-10-29formatEllie Hermaszewska
2024-08-26Implement `-fvk-use-dx-layout` (#4912)ArielG-NV
2024-02-20Refactor compiler option representations. (#3598)Yong He
2024-02-02GLSL Passthrough support for SSBO types (#3446)Ellie Hermaszewska
2023-09-18Use target-dependent pointer size in natural layout. (#3210)Yong He
2023-08-31Add SPIRV atomics intrinsics and fix buffer layout lowering. (#3170)Yong He
2023-08-17Create storage types of different layouts for SPIRV emit. (#3116)Yong He
2023-08-08Support `-fvk-use-gl-layout` for ByteAddressBuffer load/store. (#3068)Yong He
2020-11-19Unify handling of static and dynamic dispatch for interfaces (#1612)Tim Foley
2020-04-27Add support for generic load/store on byte-addressed buffers (#1334)Tim Foley