mirror of
https://github.com/swaywm/sway.git
synced 2026-04-19 06:46:40 -04:00
Output max_render_time allows configuring how many milliseconds before the next pageflip that composition should start, which differs from the normal strategy of just rendering right after the previous pageflip. max_render_time auto tracks render timings per output and adjusts max_render_time at runtime, balancing latency and headroom based on the currently observed performance. The algorithm and numbers chosen in this commit are mostly arbitrary, intended to later be optimized and tuned. |
||
|---|---|---|
| .. | ||
| sway | ||
| swaybar | ||
| swaynag | ||
| cairo_util.h | ||
| gesture.h | ||
| ipc-client.h | ||
| ipc.h | ||
| list.h | ||
| log.h | ||
| loop.h | ||
| meson.build | ||
| pango.h | ||
| pool-buffer.h | ||
| stringop.h | ||
| util.h | ||