summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glasm/emit_glasm_not_implemented.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-23glasm: Implement InvocationIdReinUsesLisp1-2/+2
2021-07-23glasm: Optimize EmitVertex into EMITReinUsesLisp1-1/+5
2021-07-23glasm: Implement EmitVertex and EndPrimitiveReinUsesLisp1-3/+7
2021-07-23glasm: Implement barriersReinUsesLisp1-3/+3
2021-07-23glasm: Fix phi instruction typesReinUsesLisp1-1/+1
2021-07-23glasm: Implement gl_WorkGroupIDReinUsesLisp1-2/+2
2021-07-23shader: Read branch conditions from an instructionReinUsesLisp1-1/+1
2021-07-23glasm: Initial (broken) implementation of TEX on GLASMReinUsesLisp1-299/+0
2021-07-23glasm: Implement some graphics instructions on GLASMReinUsesLisp1-1/+1
2021-07-23glasm: Implement local memory for glasmameerj1-8/+0
2021-07-23glasm: Initial implementation of phi nodes on GLASMReinUsesLisp1-4/+23
2021-07-23glasm: Rework control flow introducing a syntax listReinUsesLisp1-23/+1
2021-07-23glasm: Implement Storage atomicsameerj1-96/+0
2021-07-23glasm: Implement shuffle and vote instructions on GLASMReinUsesLisp1-83/+1
2021-07-23glasm: Implement storage atomic opsameerj1-251/+0
2021-07-23glasm: Add conversion instructions to GLASMReinUsesLisp1-192/+0
2021-07-23glasm: Add logical instructions on GLASMReinUsesLisp1-8/+8
2021-07-23glasm: Remove duplicated Fp64 pack instructions on GLASMReinUsesLisp1-8/+0
2021-07-23glasm: Add floating-point comparisons on GLASMReinUsesLisp1-12/+0
2021-07-23glasm: Reimplement bitwise ops and BFI/BFEameerj1-26/+2
2021-07-23glasm: Initial GLASM fp64 supportReinUsesLisp1-8/+0
2021-07-23glasm: Implement GLASM fp16 packing and move bitwise insnsReinUsesLisp1-24/+0
2021-07-23glasm: Remove unused functions left from rebaseReinUsesLisp1-12/+0
2021-07-23glasm: Make GLASM aware of typesReinUsesLisp1-329/+186
2021-07-23glasm: Implement BFI, BFEameerj1-40/+0
2021-07-23glasm: Implement basic GLASM instructionsReinUsesLisp1-754/+32
2021-07-23glasm: Add GLASM backend infrastructureReinUsesLisp1-0/+2155