aboutsummaryrefslogtreecommitdiff
path: root/src/shader_recompiler/backend/glasm/emit_glasm_image.cpp
AgeCommit message (Expand)Author
2023-11-18shader_recompiler: Fix spelling of "derivate" (#12067)mainline-0-1625Ameer J
2023-08-18Shader Recomnpiler: implement textuzreGrad 3D emulation constant propagationFernando Sahmkow
2023-01-29emit_glasm_image: Fix TXQ with MSAA texturesameerj
2023-01-29Merge pull request #9694 from ameerj/txq-mipsliamwhite
2023-01-28shader_recompiler: TXQ: Skip QueryLevels when possibleameerj
2023-01-27glasm: Add MS sampler typesameerj
2022-08-25video_code: support rectangle textureFengChen
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-12-05shader_recompiler: Adjust emit_context includesameerj
2021-11-16shader: Properly scale image reads and add GL SPIR-V supportReinUsesLisp
2021-11-16glsl/glasm: Pass and use scaling parameters in shadersReinUsesLisp
2021-11-16shader: Add IsTextureScaled opcodeReinUsesLisp
2021-07-22shader: Add loggingReinUsesLisp
2021-07-22glasm: Fix immediate texture coordinateReinUsesLisp
2021-07-22glasm: Use integer lod for TXQReinUsesLisp
2021-07-22glasm: Catch more register leaksReinUsesLisp
2021-07-22glasm: Implement image atomicsReinUsesLisp
2021-07-22glasm: Fix potential aliasing bug on cube array samplesReinUsesLisp
2021-07-22glasm: Implement ImageWriteReinUsesLisp
2021-07-22glasm: Implement ImageReadReinUsesLisp
2021-07-22glasm: Implement ImageGradientReinUsesLisp
2021-07-22glasm: Implement ImageQueryLodReinUsesLisp
2021-07-22glasm: Implement ImageFetchReinUsesLisp
2021-07-22glasm: Implement TXQ and improve texture info readsReinUsesLisp
2021-07-22glasm: Implement textureGather instructionsReinUsesLisp
2021-07-22glasm: Add missing return value on move assignmentReinUsesLisp
2021-07-22glasm: Implement TEX and TEXS instructionsReinUsesLisp
2021-07-22glasm: Add support for non-2D texture samplesReinUsesLisp
2021-07-22glasm: Reorder unreachable image instructions to the bottomReinUsesLisp
2021-07-22glasm: Add support for texture offsetsReinUsesLisp
2021-07-22glasm: Improve texture sampling instructionsReinUsesLisp
2021-07-22shader_recompiler: GCC fixeslat9nq
2021-07-22glasm: Initial (broken) implementation of TEX on GLASMReinUsesLisp
2021-07-22glasm: Add GLASM backend infrastructureReinUsesLisp