aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/nvdrv/devices/nvhost_nvdec_common.cpp
AgeCommit message (Expand)Author
2024-01-18SMMU: Fix software rendering and cleanupFernando Sahmkow
2024-01-18SMMU: Add Android compatibilityFernando Sahmkow
2024-01-18GPU SMMU: Expand to 34 bitsFernando Sahmkow
2024-01-18SMMU: Initial adaptation to video_core.Fernando Sahmkow
2024-01-18NVDRV: Implement sessions and initial implementation of SMMUFernando Sahmkow
2023-10-25nvdrv: rework to remove memcpyLiam
2023-10-25nvdrv: fix up remaining copy callsLiam
2023-10-25nvdrv: convert codec devicesLiam
2023-06-22Remove memory allocations in some hot pathsKelebek1
2023-03-23memory: rename global memory references to application memoryLiam
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...liamwhite
2022-12-28nvdrv: Use std::span for inputsameerj
2022-10-06General: address feedbackFernando Sahmkow
2022-10-06NvHostChannels: improve hack for supporting multiple channels.Fernando Sahmkow
2022-10-06NvDec: Fix regressions.Fernando Sahmkow
2022-10-06NVDRV: Further improvements.Fernando Sahmkow
2022-10-06NVDRV: Refactor Host1xFernando Sahmkow
2022-10-06NVDRV: Fix Open/Close and make sure each device is correctly created.Fernando Sahmkow
2022-10-06NVDRV: Implement new NvMapFernando Sahmkow
2022-10-06NVDRV: Refactor and add new NvMap.Fernando Sahmkow
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-12-02Support multiple videos playingFeng Chen
2021-10-24Fixup channel submit IOCTL syncpoint parametersBilly Laws
2021-08-06nvhost_nvdec_common: Remove BufferMapameerj
2021-08-06nvhost_nvdec_common: Stub UnmapBuffer Ioctlameerj
2021-07-14nvhost_nvdec_common: Read Submit ioctl data from object addrameerj
2021-07-14nvhost_nvdec_common: Fix {Slice/Write}Vectors returnameerj
2021-05-04service: Resolve cases of member field shadowingLioncash
2021-04-05nvhost_nvdec_common: Avoid memcpy with null pointerslat9nq
2021-01-07fix for nvdec disabled, cleanup host1xameerj
2021-01-07nvdec syncpt incorporationameerj
2020-11-10core: Make nvservices more standardizedChloe Marcec
2020-10-30video_core: unbreak -Werror in NVDEC with ClangJan Beich
2020-10-26video_core: NVDEC Implementationameerj