index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
nvdrv
/
devices
/
nvhost_nvdec_common.h
Age
Commit message (
Expand
)
Author
2024-01-18
nvdrv: use static typing for SessionId, smmu Asid types
Liam
2024-01-18
Core: Clang format and other small issues.
Fernando Sahmkow
2024-01-18
NVDRV: Implement sessions and initial implementation of SMMU
Fernando Sahmkow
2023-10-25
nvdrv: rework to remove memcpy
Liam
2023-10-25
nvdrv: convert codec devices
Liam
2023-06-22
Remove memory allocations in some hot paths
Kelebek1
2023-02-03
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
ameerj
2023-02-02
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...
liamwhite
2022-12-28
nvdrv: Use std::span for inputs
ameerj
2022-10-06
General: address feedback
Fernando Sahmkow
2022-10-06
NvHostChannels: improve hack for supporting multiple channels.
Fernando Sahmkow
2022-10-06
NvDec: Fix regressions.
Fernando Sahmkow
2022-10-06
NVDRV: Further improvements.
Fernando Sahmkow
2022-10-06
NVDRV: Fix Open/Close and make sure each device is correctly created.
Fernando Sahmkow
2022-10-06
NVDRV: Implement new NvMap
Fernando Sahmkow
2022-10-06
NVDRV: Refactor and add new NvMap.
Fernando Sahmkow
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-12-02
Support multiple videos playing
Feng Chen
2021-11-03
core: Remove unused includes
ameerj
2021-10-24
Fixup channel submit IOCTL syncpoint parameters
Billy Laws
2021-08-06
nvhost_nvdec_common: Remove BufferMap
ameerj
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
2021-05-04
service: Resolve cases of member field shadowing
Lioncash
2021-01-07
nvdec syncpt incorporation
ameerj
2020-12-06
nvdrv: Remove useless re-declaration of pure virtual methods that were alread...
comex
2020-11-24
nvservices: Reintroducee IoctlCtrl
Chloe Marcec
2020-11-10
Addressed issues
Chloe Marcec
2020-11-10
core: Make nvservices more standardized
Chloe Marcec
2020-10-26
video_core: NVDEC Implementation
ameerj