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
/
host1x
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use initial_frame to check interlaced flag
Danila Malyutin
2023-08-27
1
-1
/
+2
*
settings,general: Rename non-confirming enums
lat9nq
2023-07-21
2
-2
/
+2
*
general: Use ScratchBuffer where possible
Morph
2023-07-01
8
-19
/
+28
*
Remove memory allocations in some hot paths
Kelebek1
2023-06-22
1
-1
/
+3
*
Add support for deinterlaced videos playback
Danila Malyutin
2023-05-21
2
-2
/
+99
*
Fix missing pic_order_present_flag in h264 header
Danila Malyutin
2023-05-12
1
-2
/
+2
*
Allow >1 cpu threads on video decoding, disable multi-frame decoding
Kelebek1
2023-02-14
1
-0
/
+2
*
video_core: Speed up video frame data copy
FengChen
2023-02-11
1
-9
/
+5
*
scratch_buffer: Explicitly defing resize and resize_destructive functions
ameerj
2022-12-20
1
-3
/
+3
*
video_core: Add usages of ScratchBuffer
ameerj
2022-12-20
1
-3
/
+4
*
host1x/syncpoint_manager: Eliminate unnecessary std::function construction
Lioncash
2022-11-29
1
-4
/
+2
*
host1x/syncpoint_manager: Pass DeregisterAction() handle as const-ref
Lioncash
2022-11-29
2
-6
/
+6
*
syncpoint_manager: ensure handle is removable before removing
Liam
2022-10-11
1
-1
/
+11
*
General: address feedback
Fernando Sahmkow
2022-10-06
3
-19
/
+19
*
general: Format licenses as per SPDX guidelines
Morph
2022-10-06
6
-19
/
+13
*
General: Fix clang format.
Fernando Sahmkow
2022-10-06
3
-6
/
+7
*
DMA & InlineToMemory Engines Rework.
bunnei
2022-10-06
1
-2
/
+3
*
NVDRV: Further refactors and eliminate old code.
Fernando Sahmkow
2022-10-06
1
-0
/
+4
*
NVDRV: Refactor Host1x
Fernando Sahmkow
2022-10-06
19
-67
/
+125
*
VideoCore: Refactor syncing.
Fernando Sahmkow
2022-10-06
21
-0
/
+3310