summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/backend/spirv/emit_spirv_image_atomic.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* emit_spirv: fix incorrect use of descriptor index in image atomicsGravatar Liam2023-09-221-7/+8
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* shader_recompiler: Reduce unused includesGravatar ameerj2022-03-201-1/+0
* emit_spirv: Reduce emit_spirv.h include overheadGravatar ameerj2021-12-051-0/+1
* Move SPIR-V emission functions to their own headerGravatar ReinUsesLisp2021-07-221-0/+1
* shader: Implement Int32 SUATOM/SUREDGravatar ameerj2021-07-221-0/+182