wlroots-hyprland/include
Simon Ser e5b5592a95 render: remove wl_drm support from wlr_renderer
Everything needs to go through the unified wlr_buffer interface
now.

If necessary, there are two ways support for
EGL_WL_bind_wayland_display could be restored by compositors:

- Either by using GBM to convert back EGL Wayland buffers to
  DMA-BUFs, then wrap the DMA-BUF into a wlr_buffer.
- Or by wrapping the EGL Wayland buffer into a special wlr_buffer
  that doesn't implement any wlr_buffer_impl hook, and special-case
  that buffer type in the renderer.
2021-07-05 11:13:41 -04:00
..
backend backend/libinput: stop using wlr_list internally 2021-07-01 10:35:39 -04:00
render render: drop wlr_renderer_impl.texture_from_dmabuf 2021-07-01 14:57:52 -04:00
types buffer: make enum wlr_buffer_cap public 2021-07-01 16:40:19 -04:00
util util/array: add array_remove_at 2021-07-01 10:35:39 -04:00
wlr render: remove wl_drm support from wlr_renderer 2021-07-05 11:13:41 -04:00
xcursor xcursor: make cursor data and metadata const 2021-02-05 10:04:20 +01:00
xwayland xwm: implement _NET_CLIENT_LIST_STACKING 2021-05-31 10:41:29 +02:00
meson.build render: make GLES2 renderer optional 2021-04-17 16:39:40 +02:00