wlroots/include/wlr
Simon Ser 23e37e7b1d output: refactor frame submission API
This is necessary for direct scan-out and other upcoming features. This patch
changes the output API to look like the wl_surface API.

Outputs now have some double-buffered state: the frame to be submitted
(currently only wlr_renderer frames are supported) and the damaged region.
To attach a pending frame, use wlr_output_attach_render. To set the pending
damaged region, use wlr_output_set_damage.

To submit the pending state, call wlr_output_commit. This will submit the
pending frame to the backend.

To migrate from the old API to the new one:

- Replace wlr_output_make_current calls by wlr_output_attach_render
- Replace wlr_output_swap_buffers calls by wlr_output_set_damage and
  wlr_output_commit
2019-04-23 14:34:30 -06:00
..
backend Add FreeRDP backend for remote desktop support 2019-04-08 08:09:07 -06:00
interfaces s/lid_switch/switch_device 2019-03-19 22:45:58 -04:00
render render: switch wlr_renderer to wlr_drm_format_set 2019-04-01 19:18:04 +03:00
types output: refactor frame submission API 2019-04-23 14:34:30 -06:00
util Implement pointer-constraints protocol in wlroots and rootston 2018-09-18 10:14:33 +02:00
backend.h Rename get_present_clock to get_presentation clock, use it 2018-10-04 22:00:22 +02:00
config.h.in Add FreeRDP backend for remote desktop support 2019-04-08 08:09:07 -06:00
meson.build Use #if instead of #ifdef for wlroots config data 2018-11-12 10:12:46 +01:00
version.h.in Revert "Revert "Merge pull request #1194 from ascent12/meson_feature"" 2018-08-24 19:35:02 +12:00
xcursor.h Initial pass on API stability guarantees 2018-07-29 19:20:34 -04:00
xwayland.h xwayland: don't set DISPLAY 2019-03-04 12:54:06 -07:00