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.h
Age
Commit message (
Expand
)
Author
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
2024-01-08
Fix typos in src/core (#12625)
Viktor Szépe
2023-10-25
nvdrv: rework to remove memcpy
Liam
2023-10-25
nvdrv: add ioctl command serialization, convert nvhost_as_gpu
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: Format licenses as per SPDX guidelines
Morph
2022-10-06
MemoryManager: initial multi paging system implementation.
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
NVDRV: Implement new NvMap
Fernando Sahmkow
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
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
core: Make nvservices more standardized
Chloe Marcec
2020-10-12
hle: service: nvdrv: Implement nvhost_as_gpu::FreeSpace.
bunnei
2020-07-26
hle: nvdrv: Rewrite of GPU memory management.
bunnei
2019-12-25
NvServices: Correct Ioctl Remap.
Fernando Sahmkow
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
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-07-19
hle/service: Make constructors explicit where applicable
Lioncash
2018-05-20
GPU: Implemented nvhost-as-gpu's UnmapBuffer ioctl.
Subv
2018-04-23
Nvdrv/nvhost-as-gpu: Implemented the ioctl REMAP command.
Subv
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-02-11
Make a GPU class in VideoCore to contain the GPU state.
Subv
2018-02-11
GPU: Added a command processor to decode the GPU pushbuffers and forward the ...
Subv
2018-02-11
nvdrv: Make the GPU memory manager available to nvhost-gpu.
Subv
2018-02-07
nvhost_as_gpu: Implement AllocateSpace and MapBufferEx.
bunnei
2018-02-07
nvhost_as_gpu: Add nvmap as a class member.
bunnei
2018-02-05
Extra nvdrv support (#162)
David
2018-01-16
NV: Move the nvdrv classes into the Nvidia namespace, and move the functional...
Subv
2018-01-13
yuzu: Update license text to be consistent across project.
bunnei
2018-01-10
NV: Move the nv device nodes to their own directory and namespace.
Subv