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