summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glasm/emit_glasm_memory.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-20shader_recompiler: Reduce unused includesameerj1-2/+0
2022-01-30shaders: Add U64->U32x2 Atomic fallback functionsameerj1-0/+107
2021-12-06shader_recompiler: Adjust emit_context includesameerj1-1/+1
2021-07-23shader: Split profile and runtime info headersReinUsesLisp1-1/+1
2021-07-23glasm: Fix global memory fallbacksReinUsesLisp1-9/+10
2021-07-23glasm: Use storage buffers instead of global memory when possibleReinUsesLisp1-14/+366
2021-07-23glasm: Fix global memory callbacksReinUsesLisp1-5/+6
2021-07-23glasm: Implement global memory fallbacksReinUsesLisp1-39/+78
2021-07-23glasm: Implement TEX and TEXS instructionsReinUsesLisp1-1/+1
2021-07-23glasm: Initial GLASM fp64 supportReinUsesLisp1-5/+5
2021-07-23glasm: Make GLASM aware of typesReinUsesLisp1-40/+37
2021-07-23glasm: Implement basic GLASM instructionsReinUsesLisp1-0/+178
2021-07-23glasm: Add GLASM backend infrastructureReinUsesLisp1-0/+0