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...gdkchan
2024-03-14GPU: Rebind RTs if scale changes when binding textures (#6493)riperiperi
2023-12-04editorconfig: Set default encoding to UTF-8 (#5793)TSRBerry
2023-11-15Fix missing texture flush for draw then DMA copy sequence without render targ...gdkchan
2023-11-13Do not set modified flag again if texture was not modified (#5909)gdkchan
2023-08-14Simplify resolution scale updates (#5541)gdkchan
2023-07-02[Ryujinx.Graphics.Gpu] Address dotnet-format issues (#5367)TSRBerry
2023-04-27Move solution and projects to srcTSR Berry