summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glasm/emit_context.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* shader_recompiler: Rename backend emit_context filesameerj2021-12-051-80/+0
* shader_recompiler, video_core: Resolve clang errorslat9nq2021-07-231-1/+1
* shader: GCC fmt 8.0.0 fixeslat9nq2021-07-231-3/+5
* shader: Move loop safety tests to code emissionReinUsesLisp2021-07-231-0/+1
* glasm: Implement Y directionReinUsesLisp2021-07-231-0/+2
* glasm: Implement indirect attribute loadsReinUsesLisp2021-07-231-0/+1
* shader: Split profile and runtime information in separate structsReinUsesLisp2021-07-231-2/+4
* glasm: Properly declare attributes on geometry programsReinUsesLisp2021-07-231-0/+1
* glasm: Implement ImageReadReinUsesLisp2021-07-231-0/+2
* glasm: Implement stores to gl_ViewportIndexReinUsesLisp2021-07-231-2/+6
* glasm: Implement ImageFetchReinUsesLisp2021-07-231-0/+1
* glasm: Support textures used in more than one stageReinUsesLisp2021-07-231-1/+13
* glasm: Implement shuffle and vote instructions on GLASMReinUsesLisp2021-07-231-0/+2
* glasm: Initial GLASM fp64 supportReinUsesLisp2021-07-231-0/+7
* glasm: Make GLASM aware of typesReinUsesLisp2021-07-231-4/+4
* glasm: Implement basic GLASM instructionsReinUsesLisp2021-07-231-2/+3
* glasm: Changes to GLASM register allocator and emit contextReinUsesLisp2021-07-231-3/+24
* glasm: Add GLASM backend infrastructureReinUsesLisp2021-07-231-0/+21