aboutsummaryrefslogtreecommitdiff
path: root/src/shader_recompiler/backend/glasm/emit_glasm_atomic.cpp
AgeCommit message (Collapse)Author
2021-07-22glasm: Implement Storage atomicsameerj
StorageAtomicExchangeU64 is failing test seemingly due to failure storing 64-bit result into the register
2021-07-22glasm: Implement storage atomic opsameerj
2021-07-22glasm: Add GLASM backend infrastructureReinUsesLisp