summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glasm/emit_glasm_atomic.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* glasm: Implement Storage atomicsameerj2021-07-231-0/+60
| | | | | StorageAtomicExchangeU64 is failing test seemingly due to failure storing 64-bit result into the register
* glasm: Implement storage atomic opsameerj2021-07-231-0/+291
|
* glasm: Add GLASM backend infrastructureReinUsesLisp2021-07-231-0/+0