summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/sw_blitter/blitter.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow Fermi blit accelerate to add src/dst to the cache if they don't exist already. Use ScratchBuffers in the software blit path.Kelebek12023-05-111-11/+14
|
* general: fix spelling mistakesLiam2023-03-121-1/+1
|
* Fermi2D: Cleanup and address feedback.Fernando Sahmkow2022-11-241-8/+8
|
* Fermi2D: Implement Bilinear software filtering and address feedback.Fernando Sahmkow2022-11-241-36/+61
|
* Fermi2D: Rework blit engine and add a software blitter.Fernando Sahmkow2022-11-241-0/+213