wlroots-hyprland/include
Simon Ser 93cd3a79b2 backend/drm: stop using GBM flags
gbm_bo_create_with_modifiers doesn't take GBM flags, so our
wlr_gbm_allocator interface doesn't either. We were still internally
using GBM flags in the DRM backend, leading to awkward back-and-forth
conversions.

The only flag passed to drm_plane_init_surface was GBM_BO_USE_LINEAR, so
turn that into a bool to make sure other flags can't be passed in.

Move the "force linear" logic out of init_drm_surface, because the
supplied wlr_drm_format should already contain that information.
2020-12-13 13:20:39 +01:00
..
backend backend/drm: stop using GBM flags 2020-12-13 13:20:39 +01:00
render render/drm_format_set: introduce wlr_drm_format_intersect 2020-12-03 10:52:25 +01:00
types Remove xdg-shell v6 2020-09-03 00:01:10 +02:00
util util/time: move `timespec_sub` to time utilities 2020-06-06 00:09:19 +02:00
wlr docs: fix error in wlr_output_set_damage() comment 2020-12-07 20:45:36 +01:00
xcursor Use fixed size integer type 2020-09-01 11:58:56 +02:00
xwayland xwayland: do not allow apps to change focus after wlroots request 2020-07-30 13:40:36 +02:00
meson.build meson: Various improvements 2019-12-23 07:48:29 -05:00