libnx/nx/source/nvidia/gpu
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
..
3d_ctx.c source/nvidia/: do NOT include <switch.h> 2018-08-31 13:05:22 +02:00
cmd_list.c nv wrappers: Handle cacheability settings properly, more details: 2018-09-14 18:09:58 +02:00
error_notifier.c nvQueryEvent: return an Event instead of a raw Handle 2018-08-31 13:05:23 +02:00
gpfifo.c Changes to NvCmdList and NvGpfifo, see details: 2018-09-07 17:27:15 +02:00
gpu.c source/nvidia/: do NOT include <switch.h> 2018-08-31 13:05:22 +02:00
zcull_ctx.c nv wrappers: Handle cacheability settings properly, more details: 2018-09-14 18:09:58 +02:00