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