summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glasm/emit_glasm_shared_memory.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2021-12-06shader_recompiler: Adjust emit_context includesameerj1-1/+1
2021-07-23glasm: Implement rest of shared memameerj1-29/+23
2021-07-23glasm: Implement Storage atomicsameerj1-0/+64
StorageAtomicExchangeU64 is failing test seemingly due to failure storing 64-bit result into the register
2021-07-23glasm: Add GLASM backend infrastructureReinUsesLisp1-0/+0