yuzu/src/core/hle/service/nvdrv/devices
Lioncash 45fb74d262 gpu: Make memory_manager private
Makes the class interface consistent and provides accessors for
obtaining a reference to the memory manager instance.

Given we also return references, this makes our more flimsy uses of
const apparent, given const doesn't propagate through pointers in the
way one would typically expect. This makes our mutable state more
apparent in some places.
2018-08-28 11:11:50 -04:00
..
nvdevice.h service: Use nested namespace specifiers where applicable 2018-04-19 22:20:28 -04:00
nvdisp_disp0.cpp nvdrv: Get rid of indirect inclusions 2018-08-07 08:54:50 -04:00
nvdisp_disp0.h hle/service: Make constructors explicit where applicable 2018-07-19 12:25:02 -04:00
nvhost_as_gpu.cpp gpu: Make memory_manager private 2018-08-28 11:11:50 -04:00
nvhost_as_gpu.h hle/service: Make constructors explicit where applicable 2018-07-19 12:25:02 -04:00
nvhost_ctrl_gpu.cpp nvdrv: Get rid of indirect inclusions 2018-08-07 08:54:50 -04:00
nvhost_ctrl_gpu.h nvdrv/devices/nvidia_ctrl_gpu : add IoctlCommands with their params (#524) 2018-06-06 08:31:17 -05:00
nvhost_ctrl.cpp nvdrv: Get rid of indirect inclusions 2018-08-07 08:54:50 -04:00
nvhost_ctrl.h nvdrv: Get rid of indirect inclusions 2018-08-07 08:54:50 -04:00
nvhost_gpu.cpp nvhost_gpu: Don't over copy IoctlSubmitGpfifo. 2018-08-08 01:49:47 -04:00
nvhost_gpu.h nvdrv: Get rid of indirect inclusions 2018-08-07 08:54:50 -04:00
nvhost_nvdec.cpp nvdrv: Get rid of indirect inclusions 2018-08-07 08:54:50 -04:00
nvhost_nvdec.h nvdrv: Get rid of indirect inclusions 2018-08-07 08:54:50 -04:00
nvhost_nvjpg.cpp Added missing channel devices 2018-08-13 14:00:27 +10:00
nvhost_nvjpg.h Added missing channel devices 2018-08-13 14:00:27 +10:00
nvhost_vic.cpp Added missing channel devices 2018-08-13 14:00:27 +10:00
nvhost_vic.h Added missing channel devices 2018-08-13 14:00:27 +10:00
nvmap.cpp nvdrv: Get rid of indirect inclusions 2018-08-07 08:54:50 -04:00
nvmap.h nvmap: Return the address of the nvmap object when Freeing it for the last time. 2018-07-01 10:48:50 -05:00