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
/
interface.cpp
Age
Commit message (
Expand
)
Author
2018-07-21
GPU: Implement the NVGPU_IOCTL_CHANNEL_KICKOFF_PB ioctl2 command.
Subv
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-05-02
general: Make formatting of logged hex values more straightforward
Lioncash
2018-04-24
nvdrv: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-10
Updated nvdrv with more service names.
Hexagon12
2018-02-14
Merge pull request #188 from bunnei/refactor-buffer-descriptor
bunnei
2018-02-14
nvdrv/interface: Silence formatting specifier warnings
Lioncash
2018-02-13
service: Remove remaining uses of BufferDescriptor*.
bunnei
2018-02-13
nvdrv: Use ReadBuffer/WriteBuffer functions for Ioctl.
bunnei
2018-02-09
nvdrv: Fix QueryEvent for libnx.
bunnei
2018-02-05
Extra nvdrv support (#162)
David
2018-02-04
logger: Use Service_NVDRV category where applicable.
bunnei
2018-01-24
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
2018-01-21
Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114)
David
2018-01-18
nvdrv: Stub SetClientPID.
bunnei
2018-01-17
nvdrv: stubbed Close(cmd 2)
Frederic Meyer
2018-01-16
NV: Implemented the nvdrv service, which uses the same interface as nvdrv:a
Subv