Daniel van Vugt
6e415353e3
renderer-native: Swap then await earlier flips.
Rendering the next frame (which mostly happens as part of the flush done in swap buffers) is a task that the GPU can complete independently of the CPU having to wait for previous page flips. So reverse their order to get the GPU started earlier, with the aim of greater GPU-CPU parallelism.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%