wlroots-hyprland/include
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
..
backend backend/wayland: add scaling support for output layers 2023-06-05 18:29:55 +00:00
interfaces types/wlr_input_device: move init and finish function to private API 2022-03-07 16:37:41 +00:00
render render/vulkan: improve error handling in render_pass_submit() 2023-06-01 10:42:56 +02:00
types subcompositor: consider mapping on parent map 2023-06-03 14:36:41 +00:00
util util: add timespec_to_nsec 2023-06-05 19:50:07 +00:00
wlr add render timer API 2023-06-05 19:50:07 +00:00
xcursor xcursor: sync with libwayland 2023-04-18 14:54:25 +00:00
xwayland xwm: make atom_map static 2023-03-09 18:51:47 +00:00
meson.build build: unify naming for HAVE_* defines 2022-12-06 22:39:45 +00:00