summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glasm/emit_glasm_not_implemented.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* shader: Read branch conditions from an instructionReinUsesLisp2021-07-231-1/+1
* glasm: Initial (broken) implementation of TEX on GLASMReinUsesLisp2021-07-231-299/+0
* glasm: Implement some graphics instructions on GLASMReinUsesLisp2021-07-231-1/+1
* glasm: Implement local memory for glasmameerj2021-07-231-8/+0
* glasm: Initial implementation of phi nodes on GLASMReinUsesLisp2021-07-231-4/+23
* glasm: Rework control flow introducing a syntax listReinUsesLisp2021-07-231-23/+1
* glasm: Implement Storage atomicsameerj2021-07-231-96/+0
* glasm: Implement shuffle and vote instructions on GLASMReinUsesLisp2021-07-231-83/+1
* glasm: Implement storage atomic opsameerj2021-07-231-251/+0
* glasm: Add conversion instructions to GLASMReinUsesLisp2021-07-231-192/+0
* glasm: Add logical instructions on GLASMReinUsesLisp2021-07-231-8/+8
* glasm: Remove duplicated Fp64 pack instructions on GLASMReinUsesLisp2021-07-231-8/+0
* glasm: Add floating-point comparisons on GLASMReinUsesLisp2021-07-231-12/+0
* glasm: Reimplement bitwise ops and BFI/BFEameerj2021-07-231-26/+2
* glasm: Initial GLASM fp64 supportReinUsesLisp2021-07-231-8/+0
* glasm: Implement GLASM fp16 packing and move bitwise insnsReinUsesLisp2021-07-231-24/+0
* glasm: Remove unused functions left from rebaseReinUsesLisp2021-07-231-12/+0
* glasm: Make GLASM aware of typesReinUsesLisp2021-07-231-329/+186
* glasm: Implement BFI, BFEameerj2021-07-231-40/+0
* glasm: Implement basic GLASM instructionsReinUsesLisp2021-07-231-754/+32
* glasm: Add GLASM backend infrastructureReinUsesLisp2021-07-231-0/+2155