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_as_gpu.cpp
Age
Commit message (
Expand
)
Author
2024-02-01
MemoryManager: Reduce the page table size based on last big page address.
Fernando Sahmkow
2024-01-18
nvdrv: use static typing for SessionId, smmu Asid types
Liam
2024-01-18
SMMU: Fix software rendering and cleanup
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: add ioctl command serialization, convert nvhost_as_gpu
Liam
2023-08-25
nvhost_as_gpu: ensure mappings are aligned to big page size when deallocated
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-17
video_core: Implement memory manager page kind
FengChen
2022-10-06
General: address feedback
Fernando Sahmkow
2022-10-06
general: rework usages of UNREACHABLE macro
Liam
2022-10-06
address_space: Address feedback
Morph
2022-10-06
general: Format licenses as per SPDX guidelines
Morph
2022-10-06
General: Fix compilation for GCC
Liam White
2022-10-06
MemoryManager: initial multi paging system implementation.
Fernando Sahmkow
2022-10-06
Texture cache: Fix the remaining issues with memory mnagement and unmapping.
Fernando Sahmkow
2022-10-06
NVDRV: Remake ASGPU
Fernando Sahmkow
2022-10-06
NVDRV: Update copyright notices.
Fernando Sahmkow
2022-10-06
VideoCore: implement channels on gpu caches.
Fernando Sahmkow
2022-10-06
NVASGPU: Fix Remap.
Fernando Sahmkow
2022-10-06
NVDRV: Implement new NvMap
Fernando Sahmkow
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-11-03
core: Remove unused includes
ameerj
2021-05-04
service: Resolve cases of member field shadowing
Lioncash
2021-03-25
nvdrv: Pass device fd and handle device create methods for device opening and...
Chloe Marcec
2021-03-22
nvdrv: Change InitializeEx to AllocAsEx
Chloe Marcec
2020-12-28
hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.
bunnei
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-20
Revert "core: Fix clang build"
bunnei
2020-10-20
Merge pull request #4796 from lioncash/clang
LC
2020-10-17
core: Fix clang build
Lioncash
2020-10-12
hle: service: nvdrv: Implement nvhost_as_gpu::FreeSpace.
bunnei
2020-09-22
General: Make use of std::nullopt where applicable
Lioncash
2020-07-26
hle: nvdrv: Rewrite of GPU memory management.
bunnei
2019-12-25
NvServices: Correct Ioctl Remap.
Fernando Sahmkow
2019-10-04
service/nvdrv: Silence -Wswitch
ReinUsesLisp
2019-09-19
Initial implementation of Ioctl2 & Ioctl3
David Marcec
2019-07-05
NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.
Fernando Sahmkow
2019-07-05
nv_services: Deglobalize NvServices
Fernando Sahmkow
2019-03-20
gpu: Rewrite virtual memory manager using PageTable.
bunnei
2019-03-20
gpu: Move GPUVAddr definition to common_types.
bunnei
2019-03-14
gpu: Use host address for caching instead of guest address.
bunnei
2019-03-06
gpu: Move command processing to another thread.
bunnei
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
[next]