libnx/nx/source/nvidia/gpu
fincs 85a20f43dc NvAddressSpace: major overhaul, see details:
- Now contains a 'page_size' field, used throughout the functions
- Removed NvPageSize
- Removed nvAddressSpaceReserveAlign/AtFixedAddr/Full
- Added nvAddressSpaceAlloc/AllocFixed/Free (replacing above functions)
- Removed nvAddressSpaceMapBuffer/UnmapBuffer
- Added nvAddressSpaceMap/MapFixed/Modify/Unmap (replacing above functions)
- Adapted NvBuffer/NvGpu to use the new functions
2018-12-19 19:33:31 +01:00
..
3d_ctx.c source/nvidia/: do NOT include <switch.h> 2018-08-31 13:05:22 +02:00
cmd_list.c nvBufferCreate: use separate is_cpu_cacheable/is_gpu_cacheable parameters 2018-10-17 00:32:47 +02:00
error_notifier.c nvQueryEvent: return an Event instead of a raw Handle 2018-08-31 13:05:23 +02:00
gpfifo.c NvGpfifo: Redesign API to allow for submitting multiple entries at once 2018-09-16 16:35:57 +02:00
gpu.c NvAddressSpace: major overhaul, see details: 2018-12-19 19:33:31 +01:00
zcull_ctx.c nvBufferCreate: use separate is_cpu_cacheable/is_gpu_cacheable parameters 2018-10-17 00:32:47 +02:00