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_ctrl_gpu.cpp
Age
Commit message (
Expand
)
Author
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
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: convert nvhost_ctrl_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-11-13
Add break for default cases
Kyle Kienapfel
2022-10-06
NVDRV: Fix Open/Close and make sure each device is correctly created.
Fernando Sahmkow
2022-10-06
NVDRV: Implement QueryEvent.
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-04-05
nvhost_ctrl_gpu: Avoid sending null pointer to memcpy
lat9nq
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-06-27
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-06-10
nvdrv: Fix GetTPCMasks for ioctl3
David Marcec
2019-10-04
service/nvdrv: Silence -Wswitch
ReinUsesLisp
2019-09-19
Initial implementation of Ioctl2 & Ioctl3
David Marcec
2019-07-05
NVServices: Styling, define constructors as explicit and corrections
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-06-04
core/core_timing_util: Amend casing of cyclesTo* functions
Lioncash
2019-06-04
core/core_timing_util: Use std::chrono types for specifying time units
Lioncash
2019-02-15
core_timing: Convert core timing into a class
Lioncash
2019-02-12
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
2018-11-21
nvhost_ctrl_gpu: Implement IoctlGetGpuTime.
bunnei
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-08-07
nvdrv: Get rid of indirect inclusions
Lioncash
2018-07-30
nvhost_ctrl_gpu: Only read the input parameters if they are actually there.
Subv
2018-07-02
Update clang format
James Rowe
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-06-06
nvdrv/devices/nvidia_ctrl_gpu : add IoctlCommands with their params (#524)
greggameplayer
2018-05-24
Stubbed NVGPU_GPU_IOCTL_ZBC_SET_TABLE (#463)
David
2018-05-10
More accurate GetTPCMasks impl
David Marcec
2018-05-02
general: Make formatting of logged hex values more straightforward
Lioncash
2018-04-26
Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-impl
David Marcec
2018-04-24
nvdrv: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-23
Nvdrv: Assert when receiving an unimplemented ioctl in the nv* handlers.
Subv
2018-04-22
GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport...
David Marcec
2018-04-21
Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersi...
David Marcec
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-02-14
nvhost_ctrl_gpu: Silence formatting specifier warnings
Lioncash
2018-02-08
nvhost_ctrl_gpu: Implement ZCullGetInfo.
bunnei
[next]