aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Gpu/Engine/Dma
AgeCommit message (Expand)Author
2024-09-15Implement fast DMA texture to texture copy (#7299)gdkchan
2024-04-14Texture loading: reduce memory allocations (#6623)jhorv
2024-02-10Force CPU copy for non-identity DMA remap (#6293)gdkchan
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-14Disable DMA GPU copy for block linear to linear copies (#5927)gdkchan
2023-07-02[Ryujinx.Graphics.Gpu] Address dotnet-format issues (#5367)TSRBerry
2023-06-09Removing shift by 0 (#5249)Marco Carvalho
2023-04-27Move solution and projects to srcTSR Berry