summaryrefslogtreecommitdiff
path: root/source/slang/slang-emit-spirv-ops.h
AgeCommit message (Expand)Author
2025-10-10Addition of `Load`/`Store` coherent operations (#8395)16-Bit-Dog
2025-07-02Defer immutable buffer loads when emitting spirv. (#7579)Yong He
2025-05-29Implement MapElement for CoopMat (#7159)Jay Kwak
2025-05-15Support tensor addressing (#7060)Jay Kwak
2025-05-14Add new coopmat2 functions: Reduce and Transpose (#7027)Jay Kwak
2025-04-15Add cooperative matrix 1 support (#6565)Darren Wihandi
2025-03-06Update SPIRV-Tools and fix new validation errors. (#6511)Yong He
2025-01-30Support cooperative vector (#6223)Jay Kwak
2025-01-09Support a storage class, NodePayloadAMDX, for SPIRV work-graphs (#6052)Jay Kwak
2024-10-29formatEllie Hermaszewska
2024-09-20Initial `Atomic<T>` type implementation. (#5125)Yong He
2024-08-30Support specialization constants. (#4963)Yong He
2024-06-01Support different SPIRV versions. (#4254)Yong He
2024-05-19Emit execution mode of type per entry point once. Emit SPIRV capability once ...ArielG-NV
2024-05-16RasterizerOrder resource for spirv and metal. (#4175)Yong He
2024-04-03Implement 8.14-8.19 of OpenGL-GLSL specificationArielG-NV
2024-03-12Make type names spec-conformant in SPIRV reflect. (#3748)Yong He
2024-03-12[SPIRV] Fix OpMemberDecorateString. (#3747)Yong He
2024-02-08Support pointers in SPIRV. (#3561)Yong He
2024-01-19Add `-fspv-reflect` support. (#3464)Yong He
2023-11-06Fix ICE when lowering an associatedtype declref from an derived interface. (#...Yong He
2023-10-17Type layouts for structured buffers with counters (#3269)Ellie Hermaszewska
2023-10-02Add SPIRV intrinsics for ShaderExecutionReordering and RW/Buffer. (#3252)Yong He
2023-09-27WIP Mesh shaders for SPIR-V (#3226)Ellie Hermaszewska
2023-09-27Various SPIRV fixes. (#3231)Yong He
2023-09-19Handle combined image and samplers in spirv (#3213)Ellie Hermaszewska
2023-09-12Direct SPIRV for RayTracing Inline. (#3201)Yong He
2023-08-24Misc. SPIRV Fixes, Part 2. (#3147)Yong He
2023-08-23Misc. SPIRV Fixes. (#3146)Yong He
2023-08-23Lower all ByteAddressBuffer uses for SPIRV. (#3143)Yong He
2023-08-17Create storage types of different layouts for SPIRV emit. (#3116)Yong He
2023-08-15SPIR-V WIP (#3064)Ellie Hermaszewska