summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/spirv/emit_spirv_image_atomic.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* emit_spirv: Reduce emit_spirv.h include overheadameerj2021-12-061-0/+1
| | | | emit_spirv.h is included in video_core, which was propagating further includes that video_core did not depend on.
* Move SPIR-V emission functions to their own headerReinUsesLisp2021-07-231-0/+1
|
* shader: Implement Int32 SUATOM/SUREDameerj2021-07-231-0/+182