summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glasm/emit_glasm_shared_memory.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-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.
* shader_recompiler: Adjust emit_context includesameerj2021-12-061-1/+1
|
* glasm: Implement rest of shared memameerj2021-07-231-29/+23
|
* glasm: Implement Storage atomicsameerj2021-07-231-0/+64
| | | | | StorageAtomicExchangeU64 is failing test seemingly due to failure storing 64-bit result into the register
* glasm: Add GLASM backend infrastructureReinUsesLisp2021-07-231-0/+0