index
:
yuzu-mainline
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator started by the creators of Citra.
yuzu-emu
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
video_core
/
host1x
Age
Commit message (
Expand
)
Author
2024-02-19
scope_exit: Make constexpr
FearlessTobi
2024-02-01
MemoryManager: Reduce the page table size based on last big page address.
Fernando Sahmkow
2024-01-18
Core: Clang format and other small issues.
Fernando Sahmkow
2024-01-18
SMMU: Simplify and remove old code.
Fernando Sahmkow
2024-01-18
SMMU: Add Android compatibility
Fernando Sahmkow
2024-01-18
GPU SMMU: Expand to 34 bits
Fernando Sahmkow
2024-01-18
SMMU: Initial adaptation to video_core.
Fernando Sahmkow
2024-01-18
SMMU: Implement backing CPU page protect/unprotect
Fernando Sahmkow
2024-01-18
NVDRV: Implement sessions and initial implementation of SMMU
Fernando Sahmkow
2024-01-18
Core: Initial implementation of device memory mapping
Fernando Sahmkow
2024-01-07
Fix typos in video_core
Viktor Szépe
2023-12-05
codec: Update to use av frame flags
lat9nq
2023-11-16
video_core: refactor video frame and packet parsing
Liam
2023-10-14
host1x/codecs: enable CUDA on Linux
Valeri
2023-08-28
Use initial_frame to check interlaced flag
Danila Malyutin
2023-07-21
settings,general: Rename non-confirming enums
lat9nq
2023-06-30
general: Use ScratchBuffer where possible
Morph
2023-06-22
Remove memory allocations in some hot paths
Kelebek1
2023-05-22
Add support for deinterlaced videos playback
Danila Malyutin
2023-05-12
Fix missing pic_order_present_flag in h264 header
Danila Malyutin
2023-02-14
Allow >1 cpu threads on video decoding, disable multi-frame decoding
Kelebek1
2023-02-11
video_core: Speed up video frame data copy
FengChen
2022-12-19
scratch_buffer: Explicitly defing resize and resize_destructive functions
ameerj
2022-12-19
video_core: Add usages of ScratchBuffer
ameerj
2022-11-29
host1x/syncpoint_manager: Eliminate unnecessary std::function construction
Lioncash
2022-11-29
host1x/syncpoint_manager: Pass DeregisterAction() handle as const-ref
Lioncash
2022-10-10
syncpoint_manager: ensure handle is removable before removing
Liam
2022-10-06
General: address feedback
Fernando Sahmkow
2022-10-06
general: Format licenses as per SPDX guidelines
Morph
2022-10-06
General: Fix clang format.
Fernando Sahmkow
2022-10-06
DMA & InlineToMemory Engines Rework.
bunnei
2022-10-06
NVDRV: Further refactors and eliminate old code.
Fernando Sahmkow
2022-10-06
NVDRV: Refactor Host1x
Fernando Sahmkow
2022-10-06
VideoCore: Refactor syncing.
Fernando Sahmkow