index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
video_core
/
engines
/
sw_blitter
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
SwBlitter: Fix Pitch linear reading/writting
Fernando Sahmkow
2024-01-31
1
-18
/
+19
*
Core: Clang format and other small issues.
Fernando Sahmkow
2024-01-19
1
-1
/
+1
*
SMMU: Initial adaptation to video_core.
Fernando Sahmkow
2024-01-19
1
-2
/
+3
*
Fix typos in video_core
Viktor Szépe
2024-01-07
1
-4
/
+4
*
Use spans over guest memory where possible instead of copying data.
Kelebek1
2023-07-03
1
-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.
Kelebek1
2023-05-11
1
-11
/
+14
*
general: fix spelling mistakes
Liam
2023-03-12
1
-1
/
+1
*
externals: update dynarmic, SDL2
Liam
2022-12-04
1
-11
/
+11
*
Fermi2D: Cleanup and address feedback.
Fernando Sahmkow
2022-11-24
3
-8
/
+150
*
GPU: Implement additional render target formats.
Fernando Sahmkow
2022-11-24
1
-4
/
+102
*
Fermi2D: Implement Bilinear software filtering and address feedback.
Fernando Sahmkow
2022-11-24
4
-110
/
+169
*
Fermi2D: Rework blit engine and add a software blitter.
Fernando Sahmkow
2022-11-24
4
-0
/
+1372