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_gpu.cpp
Age
Commit message (
Expand
)
Author
2024-02-26
video_core: make gpu context aware of rendering program
Liam
2024-01-18
nvdrv: use static typing for SessionId, smmu Asid types
Liam
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 nvhost_gpu
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-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-11-13
Add break for default cases
Kyle Kienapfel
2022-10-06
General: address feedback
Fernando Sahmkow
2022-10-06
Address Feedback from bylaws.
Fernando Sahmkow
2022-10-06
NvDec: Fix regressions.
Fernando Sahmkow
2022-10-06
NVDRV: Further improvements.
Fernando Sahmkow
2022-10-06
NVDRV: Further refactors and eliminate old code.
Fernando Sahmkow
2022-10-06
VideoCore: Refactor syncing.
Fernando Sahmkow
2022-10-06
VideoCore: implement channels on gpu caches.
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-10-06
NVDRV: Implement QueryEvent.
Fernando Sahmkow
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-24
hle: nvdrv: Rename Fence to NvFence to avoid naming conflicts.
bunnei
2021-11-03
core: Remove unused includes
ameerj
2021-10-03
gpu: Migrate implementation to the cpp file
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
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-11-07
video_core: dma_pusher: Remove integrity check on command lists.
bunnei
2020-11-01
fixup! hle service: nvdrv: nvhost_gpu: Update to use SyncpointManager and ot...
bunnei
2020-11-01
hle service: nvdrv: nvhost_gpu: Update to use SyncpointManager and other imp...
bunnei
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-02-16
nvhost_gpu: implement ChannelSetTimeslice
namkazy
2019-11-26
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
Lioncash
2019-10-04
service/nvdrv: Silence -Wswitch
ReinUsesLisp
2019-09-22
Merge pull request #2873 from ogniK5377/new-ioctls
Fernando Sahmkow
2019-09-21
Mark KickOffPb & SubmitGPFIFO as trace
David Marcec
2019-09-19
Initial implementation of Ioctl2 & Ioctl3
David Marcec
2019-07-05
NVFlinger: Correct GCC compile error
Fernando Sahmkow
2019-07-05
NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.
Fernando Sahmkow
2019-07-05
nv_services: Deglobalize NvServices
Fernando Sahmkow
2019-07-05
nv_services: Create GPU channels correctly
Fernando Sahmkow
2019-07-05
video_core: Implement GPU side Syncpoints
Fernando Sahmkow
2019-07-05
nv_services: Correct buffer queue fencing and GPFifo fencing
Fernando Sahmkow
[next]