summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/sw_blitter/blitter.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-11Allow Fermi blit accelerate to add src/dst to the cache if they don't exist already. Use ScratchBuffers in the software blit path.Kelebek11-11/+14
2023-03-12general: fix spelling mistakesLiam1-1/+1
2022-11-24Fermi2D: Cleanup and address feedback.Fernando Sahmkow1-8/+8
2022-11-24Fermi2D: Implement Bilinear software filtering and address feedback.Fernando Sahmkow1-36/+61
2022-11-24Fermi2D: Rework blit engine and add a software blitter.Fernando Sahmkow1-0/+213