summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glasm/emit_glasm_memory.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* shader: Split profile and runtime info headersReinUsesLisp2021-07-231-1/+1
* glasm: Fix global memory fallbacksReinUsesLisp2021-07-231-9/+10
* glasm: Use storage buffers instead of global memory when possibleReinUsesLisp2021-07-231-14/+366
* glasm: Fix global memory callbacksReinUsesLisp2021-07-231-5/+6
* glasm: Implement global memory fallbacksReinUsesLisp2021-07-231-39/+78
* glasm: Implement TEX and TEXS instructionsReinUsesLisp2021-07-231-1/+1
* glasm: Initial GLASM fp64 supportReinUsesLisp2021-07-231-5/+5
* glasm: Make GLASM aware of typesReinUsesLisp2021-07-231-40/+37
* glasm: Implement basic GLASM instructionsReinUsesLisp2021-07-231-0/+178
* glasm: Add GLASM backend infrastructureReinUsesLisp2021-07-231-0/+0