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
/
nvmap.cpp
Age
Commit message (
Expand
)
Author
2018-08-07
nvdrv: Get rid of indirect inclusions
Lioncash
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-07-01
nvmap: Return the address of the nvmap object when Freeing it for the last time.
Subv
2018-05-23
change some functions
greggameplayer
2018-05-20
GPU: Implemented the nvmap Free ioctl.
Subv
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-23
Nvdrv: Assert when receiving an unimplemented ioctl in the nv* handlers.
Subv
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-02-17
nvmap: Make IocFromId return the same existing handle instead of creating a n...
Subv
2018-02-14
nvmap: Silence formatting specifier warnings
Lioncash
2018-02-07
nvmap: Refactor to expose nvmap objects.
bunnei
2018-02-05
Extra nvdrv support (#162)
David
2018-02-04
logger: Use Service_NVDRV category where applicable.
bunnei
2018-01-21
nvmap: Add a return 0 underneath the UNIMPLEMENTED macro
Lioncash
2018-01-21
nvmap: Make IoctlCommands an enum class
Lioncash
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-11
core: Include <algorithm> where used.
bunnei
2018-01-11
nv: Fix more broken asserts.
bunnei
2018-01-10
NV: Move the nv device nodes to their own directory and namespace.
Subv