summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/sw_blitter (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-31SwBlitter: Fix Pitch linear reading/writtingFernando Sahmkow1-18/+19
2024-01-19Core: Clang format and other small issues.Fernando Sahmkow1-1/+1
2024-01-19SMMU: Initial adaptation to video_core.Fernando Sahmkow1-2/+3
2024-01-07Fix typos in video_coreViktor Szépe1-4/+4
2023-07-03Use spans over guest memory where possible instead of copying data.Kelebek11-16/+13
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
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-5/+5
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-5/+5
2022-12-04externals: update dynarmic, SDL2Liam1-11/+11
2022-11-24Fermi2D: Cleanup and address feedback.Fernando Sahmkow3-8/+150
2022-11-24GPU: Implement additional render target formats.Fernando Sahmkow1-4/+102
2022-11-24Fermi2D: Implement Bilinear software filtering and address feedback.Fernando Sahmkow4-110/+169
2022-11-24Fermi2D: Rework blit engine and add a software blitter.Fernando Sahmkow4-0/+1372