summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/sw_blitter (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Core: Clang format and other small issues.Fernando Sahmkow2024-01-191-1/+1
|
* SMMU: Initial adaptation to video_core.Fernando Sahmkow2024-01-191-2/+3
|
* Fix typos in video_coreViktor Szépe2024-01-071-4/+4
|
* Use spans over guest memory where possible instead of copying data.Kelebek12023-07-031-16/+13
|
* 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