summaryrefslogtreecommitdiff
path: root/source/slang/slang-emit-metal.h
AgeCommit message (Expand)Author
2025-09-26Add SPV_NV_bindless_texture support (#8534)Lujin Wang
2025-01-10Initial implementation of SP#015 `DescriptorHandle<T>`. (#6028)Yong He
2024-12-17Implement bitcast for 64-bit date type (#5895)kaizhangNV
2024-12-06Support specialization constant on WGSL and Metal. (#5780)Yong He
2024-10-29formatEllie Hermaszewska
2024-10-17Cleanup atomic intrinsics. (#5324)Yong He
2024-09-20Initial `Atomic<T>` type implementation. (#5125)Yong He
2024-09-05Respect matrix layout in uniform and in/out parameters for HLSL target. (#5013)Yong He
2024-07-25Overhaul IR lowering of pointer types. (#4710)Yong He
2024-06-13Metal: misc fixes and enable more tests. (#4374)Yong He
2024-06-08Metal system value overhaul. (#4308)Yong He
2024-05-16RasterizerOrder resource for spirv and metal. (#4175)Yong He
2024-05-10More Metal Intrinsics. (#4143)Yong He
2024-05-08Metal: propagate and specialize address space. (#4137)Yong He
2024-05-06Support groupshared variables for Metal. (#4116)Yong He
2024-04-30Metal: Vertex/Fragment builtin and layouts. (#4044)Yong He
2024-04-24Parameter layout and reflection for Metal bindings. (#4022)Yong He
2024-04-18Metal: rewrite global variables as explicit context. (#3981)Yong He
2024-04-17Add skeleton for metal backend. (#3971)Yong He