libnx/nx/source
fincs ec6d878d12 Major buffer producer refactor, see details:
- Introduced NativeHandle (display/types.h)
- Introduced NvGraphicBuffer (nvidia/graphic_buffer.h)
- Renamed BqQueueBufferInput to BqBufferInput
- Renamed BqQueueBufferOutput to BqBufferOutput
- BqGraphicBuffer is now defined and marshalled in a way that matches
  official sw more closely, with a pointer to a NativeHandle instead of
  inline flattened data and other miscellaneous junk
- Const correctness fixes
- bqSetPreallocatedBuffer now has flattening logic for BqGraphicBuffer
- bqRequestBuffer doesn't have this logic for now, passing anything other
  than NULL will fail
- gfx.c updated to use the refactored buffer producer
2018-12-19 19:33:31 +01:00
..
arm Improve atomics 2018-03-10 14:41:06 +01:00
audio Add audio/ ("AudioDriver"), a high level wrapper around audren 2018-08-31 13:05:21 +02:00
display Major buffer producer refactor, see details: 2018-12-19 19:33:31 +01:00
kernel Finishing touches to user-mode synchronization primitives 2018-12-17 16:06:23 +01:00
nvidia Major refactor and redesign of nvidia wrapper objects, see details: 2018-12-19 19:33:31 +01:00
runtime Moved usb code specific to usbds into seperate .c/.h. 2018-11-28 17:34:53 -05:00
services gfx/hid/irs/nv/vi: changes related to sysmodule users, see details: 2018-12-19 19:33:31 +01:00
internal.h ARM cache operations 2018-01-22 20:29:49 +01:00