wlroots/include/backend/drm
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.h backend/drm: implement wlr_backend_impl.{test,commit} 2024-03-14 22:03:10 +00:00
fb.h backend/drm: add drm_fb_copy() 2024-03-04 11:25:33 +01:00
iface.h backend/drm: add infrastructure for device-wide commits 2024-03-14 22:03:10 +00:00
monitor.h backend/drm: drop wl_display argument 2024-01-25 15:05:36 +00:00
properties.h drm/backend: add support for cursor hotspots 2024-03-22 13:54:18 -05:00
renderer.h backend/drm: Fix hardware cursors when rendering to linear is not available 2024-03-26 11:38:04 -04:00
util.h backend/drm: use libdisplay-info for CVT mode generation 2023-02-28 14:44:02 +00:00