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.cpp
Age
Commit message (
Expand
)
Author
2024-01-18
SMMU: Fix software rendering and cleanup
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
NVDRV: Implement sessions and initial implementation of SMMU
Fernando Sahmkow
2023-10-25
nvdrv: rework to remove memcpy
Liam
2023-10-25
nvdrv: fix up remaining copy calls
Liam
2023-10-25
nvdrv: convert codec devices
Liam
2023-06-22
Remove memory allocations in some hot paths
Kelebek1
2023-03-23
memory: rename global memory references to application memory
Liam
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: Refactor Host1x
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-10-24
Fixup channel submit IOCTL syncpoint parameters
Billy Laws
2021-08-06
nvhost_nvdec_common: Remove BufferMap
ameerj
2021-08-06
nvhost_nvdec_common: Stub UnmapBuffer Ioctl
ameerj
2021-07-14
nvhost_nvdec_common: Read Submit ioctl data from object addr
ameerj
2021-07-14
nvhost_nvdec_common: Fix {Slice/Write}Vectors return
ameerj
2021-05-04
service: Resolve cases of member field shadowing
Lioncash
2021-04-05
nvhost_nvdec_common: Avoid memcpy with null pointers
lat9nq
2021-01-07
fix for nvdec disabled, cleanup host1x
ameerj
2021-01-07
nvdec syncpt incorporation
ameerj
2020-11-10
core: Make nvservices more standardized
Chloe Marcec
2020-10-30
video_core: unbreak -Werror in NVDEC with Clang
Jan Beich
2020-10-26
video_core: NVDEC Implementation
ameerj