aboutsummaryrefslogtreecommitdiff
path: root/src/shader_recompiler/backend/glasm/emit_glasm_memory.cpp
AgeCommit message (Expand)Author
2023-10-31shader_recompiler: Align SSBO offsets in GlobalMemory functionsAmeer J
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-20shader_recompiler: Reduce unused includesameerj
2022-01-29shaders: Add U64->U32x2 Atomic fallback functionsameerj
2021-12-05shader_recompiler: Adjust emit_context includesameerj
2021-07-22shader: Split profile and runtime info headersReinUsesLisp
2021-07-22glasm: Fix global memory fallbacksReinUsesLisp
2021-07-22glasm: Use storage buffers instead of global memory when possibleReinUsesLisp
2021-07-22glasm: Fix global memory callbacksReinUsesLisp
2021-07-22glasm: Implement global memory fallbacksReinUsesLisp
2021-07-22glasm: Implement TEX and TEXS instructionsReinUsesLisp
2021-07-22glasm: Initial GLASM fp64 supportReinUsesLisp
2021-07-22glasm: Make GLASM aware of typesReinUsesLisp
2021-07-22glasm: Implement basic GLASM instructionsReinUsesLisp
2021-07-22glasm: Add GLASM backend infrastructureReinUsesLisp