summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/backend/glasm/emit_glasm_memory.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* shader_recompiler: Align SSBO offsets in GlobalMemory functionsGravatar Ameer J2023-10-311-3/+6
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* shader_recompiler: Reduce unused includesGravatar ameerj2022-03-201-2/+0
* shaders: Add U64->U32x2 Atomic fallback functionsGravatar ameerj2022-01-291-0/+107
* shader_recompiler: Adjust emit_context includesGravatar ameerj2021-12-051-1/+1
* shader: Split profile and runtime info headersGravatar ReinUsesLisp2021-07-221-1/+1
* glasm: Fix global memory fallbacksGravatar ReinUsesLisp2021-07-221-9/+10
* glasm: Use storage buffers instead of global memory when possibleGravatar ReinUsesLisp2021-07-221-14/+366
* glasm: Fix global memory callbacksGravatar ReinUsesLisp2021-07-221-5/+6
* glasm: Implement global memory fallbacksGravatar ReinUsesLisp2021-07-221-39/+78
* glasm: Implement TEX and TEXS instructionsGravatar ReinUsesLisp2021-07-221-1/+1
* glasm: Initial GLASM fp64 supportGravatar ReinUsesLisp2021-07-221-5/+5
* glasm: Make GLASM aware of typesGravatar ReinUsesLisp2021-07-221-40/+37
* glasm: Implement basic GLASM instructionsGravatar ReinUsesLisp2021-07-221-0/+178
* glasm: Add GLASM backend infrastructureGravatar ReinUsesLisp2021-07-221-0/+0