wlroots-hyprland/types/output
Rose Hudson 9e8947e4d5 add render timer API
Based on five calls:
wlr_render_timer_create - creates a timer which can be reused across
  frames on the same renderer
wlr_renderer_begin_buffer_pass - now takes a timer so that backends can
  record when the rendering starts and finishes
wlr_render_timer_get_time - should be called as late as possible so that
  queries can make their way back from the GPU
wlr_render_timer_destroy - self-explanatory

The timer is exposed as an opaque `struct wlr_render_timer` so that
backends can store whatever they want in there.
2023-06-05 19:50:07 +00:00
..
cursor.c add render timer API 2023-06-05 19:50:07 +00:00
output.c wlr_drm_format: Rework wlr_drm_format_intersect 2023-05-11 18:24:43 +02:00
render.c add render timer API 2023-06-05 19:50:07 +00:00
state.c output: expose wlr_output_state_set_buffer() 2023-02-21 09:43:43 +00:00
swapchain.c output: use pending render format if any 2023-05-26 16:50:58 +00:00
transform.c output: split into multiple files 2021-10-23 00:49:24 +02:00