summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-layout.cpp
AgeCommit message (Expand)Author
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-24Misc. SPIRV Fixes, Part 2. (#3147)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
2023-02-16Remove `SharedIRBuilder`. (#2657)Yong He
2022-08-20Call `gfx` in slang program. (#2370)Yong He
2022-07-21Allow dynamic dispatch to handle nested interface-typed fields. (#2336)Yong He
2021-12-17Cleanup refactoring work around the IR builder (#2061)Theresa Foley
2021-02-16Add an accessor for IRInst opcode (#1707)Tim Foley
2021-02-12Support `bit_cast` between complex types. (#1702)Yong He
2020-11-19Unify handling of static and dynamic dispatch for interfaces (#1612)Tim Foley
2020-09-23Fix GLSL output for byte-address loads of vectors (#1558)Tim Foley
2020-04-27Add support for generic load/store on byte-addressed buffers (#1334)Tim Foley