wlroots/backend
Austin Shafer 02cf478581 backend/drm: Fix hardware cursors when rendering to linear is not available
GPUs such as NVIDIA and VmWare do not support rendering to a linear
buffer, but require linear cursor buffers. This means we have to
render to some other format, and then convert it ourselves.

This change advertises any render format as an available cursor format.
2024-03-26 11:38:04 -04:00
..
drm backend/drm: Fix hardware cursors when rendering to linear is not available 2024-03-26 11:38:04 -04:00
headless backend/headless: take wl_event_loop instead of wl_display 2024-01-25 15:05:36 +00:00
libinput backend/libinput: drop stray space 2024-03-15 12:48:27 +01:00
multi backend/multi: implement wlr_backend_impl.{test,commit} 2024-03-14 22:03:10 +00:00
session Define _POSIX_C_SOURCE globally 2024-02-15 15:41:12 +01:00
wayland input-device: drop wlr_input_device.{vendor,product} 2024-03-07 11:08:18 +00:00
x11 backend/x11: add error logging to query_dri3_drm_fd() 2024-03-02 13:14:12 +01:00
backend.c backend: add wlr_backend_{test,commit}() 2024-03-14 22:03:10 +00:00
meson.build backend/session: make optional 2022-11-25 16:15:29 +00:00