summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/sw_blitter (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
|
* externals: update dynarmic, SDL2Liam2022-12-041-11/+11
|
* Fermi2D: Cleanup and address feedback.Fernando Sahmkow2022-11-243-8/+150
|
* GPU: Implement additional render target formats.Fernando Sahmkow2022-11-241-4/+102
|
* Fermi2D: Implement Bilinear software filtering and address feedback.Fernando Sahmkow2022-11-244-110/+169
|
* Fermi2D: Rework blit engine and add a software blitter.Fernando Sahmkow2022-11-244-0/+1372