aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Gpu/Image/TextureManager.cs
AgeCommit message (Expand)Author
2024-04-22Add support for bindless textures from shader input (vertex buffer) on Vulkan...1.1.1291gdkchan
2024-03-14GPU: Rebind RTs if scale changes when binding textures (#6493)1.1.1231riperiperi
2023-12-04editorconfig: Set default encoding to UTF-8 (#5793)1.1.1095TSRBerry
2023-11-15Fix missing texture flush for draw then DMA copy sequence without render targ...1.1.1087gdkchan
2023-11-13Do not set modified flag again if texture was not modified (#5909)1.1.1080gdkchan
2023-08-14Simplify resolution scale updates (#5541)1.1.987gdkchan
2023-07-02[Ryujinx.Graphics.Gpu] Address dotnet-format issues (#5367)1.1.951TSRBerry
2023-04-27Move solution and projects to srcTSR Berry