1
0
mirror of https://github.com/switchbrew/libnx.git synced 2025-07-15 07:22:14 +02:00
libnx/nx/source
fincs 999edaa8b2 Changes to NvCmdList and NvGpfifo, see details:
- NvCmdList:
  - Added 'offset' parameter: start of the cmdlist within the buffer
  - Added nvCmdListReset for resetting a cmdlist (offset/num_cmds cleared)
- NvGpfifo:
  - nvGpfifoCreate: disabled fence wait
  - nvGpfifoSubmit -> nvGpfifoSubmitCmdList:
    - Added fence_incr parameter
    - Cleaned up flags and gpfifo entry creation
    - Now advances cmdlist offset by the number of cmds submitted
      instead of going back to the beginning
2018-09-07 17:27:15 +02: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 gfx: Remove gfxSetDrawFlip. Make 0 the default transform instead of FLIP_V. 2018-08-31 20:14:50 +02:00
kernel kernel/event.h: several fixes, including autoclear support 2018-08-31 13:05:22 +02:00
nvidia Changes to NvCmdList and NvGpfifo, see details: 2018-09-07 17:27:15 +02:00
runtime runtime/newlib.c: use armGetSystemTick instead of svcGetSystemTick 2018-08-31 13:05:23 +02:00
services nvQueryEvent: return an Event instead of a raw Handle 2018-08-31 13:05:23 +02:00
internal.h ARM cache operations 2018-01-22 20:29:49 +01:00