libnx/nx/include/switch/nvidia
fincs e7ae7ea846 nv wrappers: Handle cacheability settings properly, more details:
- nvAddressSpaceMapBuffer now accepts a flags parameter instead of
  hardcoding NvMapBufferFlags_IsCacheable.
- NvBufferFlags was incorrect and was thus removed.
- nvBufferCreate/nvBufferCreateRw replaced with nvBufferCreate, with
  an extra 'is_cacheable' bool parameter. There's no such thing as a
  "read-only/read-write" buffer.
- nvBufferMakeCpuUncached/nvBufferMakeCpuCached were removed.
2018-09-14 18:09:58 +02:00
..
gpu error_notifier.h: Add missing functions to header 2018-09-08 14:17:27 +02:00
address_space.h nv wrappers: Handle cacheability settings properly, more details: 2018-09-14 18:09:58 +02:00
buffer.h nv wrappers: Handle cacheability settings properly, more details: 2018-09-14 18:09:58 +02:00
channel.h Add nvioctlChannel_SetTimeout & nvChannelSetTimeout 2018-09-08 14:17:54 +02:00
fence.h Implement nvFence 2018-08-31 13:05:23 +02:00
info.h Introduce nvidia/types.h & move NvBufferKind to it (renamed to NvKind) 2018-08-31 13:05:22 +02:00
ioctl.h nv wrappers: Handle cacheability settings properly, more details: 2018-09-14 18:09:58 +02:00
types.h Introduce nvidia/types.h & move NvBufferKind to it (renamed to NvKind) 2018-08-31 13:05:22 +02:00