summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glasm/emit_glasm_image.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* video_code: support rectangle textureFengChen2022-08-251-0/+2
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* shader_recompiler: Adjust emit_context includesameerj2021-12-061-1/+1
* shader: Properly scale image reads and add GL SPIR-V supportReinUsesLisp2021-11-161-0/+9
* glsl/glasm: Pass and use scaling parameters in shadersReinUsesLisp2021-11-161-2/+3
* shader: Add IsTextureScaled opcodeReinUsesLisp2021-11-161-0/+8
* shader: Add loggingReinUsesLisp2021-07-231-2/+2
* glasm: Fix immediate texture coordinateReinUsesLisp2021-07-231-0/+1
* glasm: Use integer lod for TXQReinUsesLisp2021-07-231-1/+1
* glasm: Catch more register leaksReinUsesLisp2021-07-231-10/+17
* glasm: Implement image atomicsReinUsesLisp2021-07-231-0/+153
* glasm: Fix potential aliasing bug on cube array samplesReinUsesLisp2021-07-231-31/+40
* glasm: Implement ImageWriteReinUsesLisp2021-07-231-4/+7
* glasm: Implement ImageReadReinUsesLisp2021-07-231-3/+42
* glasm: Implement ImageGradientReinUsesLisp2021-07-231-5/+62
* glasm: Implement ImageQueryLodReinUsesLisp2021-07-231-3/+5
* glasm: Implement ImageFetchReinUsesLisp2021-07-231-6/+27
* glasm: Implement TXQ and improve texture info readsReinUsesLisp2021-07-231-49/+50
* glasm: Implement textureGather instructionsReinUsesLisp2021-07-231-11/+92
* glasm: Add missing return value on move assignmentReinUsesLisp2021-07-231-0/+1
* glasm: Implement TEX and TEXS instructionsReinUsesLisp2021-07-231-37/+245
* glasm: Add support for non-2D texture samplesReinUsesLisp2021-07-231-4/+26
* glasm: Reorder unreachable image instructions to the bottomReinUsesLisp2021-07-231-97/+97
* glasm: Add support for texture offsetsReinUsesLisp2021-07-231-11/+15
* glasm: Improve texture sampling instructionsReinUsesLisp2021-07-231-23/+43
* shader_recompiler: GCC fixeslat9nq2021-07-231-1/+1
* glasm: Initial (broken) implementation of TEX on GLASMReinUsesLisp2021-07-231-0/+221
* glasm: Add GLASM backend infrastructureReinUsesLisp2021-07-231-0/+0