wlroots-hyprland/backend
Simon Ser 0411dc0663 Revert "backend/drm: fail instead of stripping a modifier"
This reverts commit f9f90b4173.

gbm_bo_get_modifier may return a modifier in these cases:

- The kernel doesn't support modifiers but Mesa does
- WLR_DRM_NO_MODIFIERS=1 is set

However, in both of these cases, the gbm_bo has been allocated
without modifiers.

There is already a check in drm_fb_create for modifiers:
wlr_drm_format_set_has will make sure buffers with an explicit
modifier will be rejected if the DRM backend doesn't support them.
So no need for an additional check in get_fb_for_bo.

Closes: https://github.com/swaywm/wlroots/issues/2896
2021-04-27 15:38:10 +02:00
..
drm Revert "backend/drm: fail instead of stripping a modifier" 2021-04-27 15:38:10 +02:00
headless Log drmGetDevices2 error code 2021-04-26 16:27:24 +02:00
libinput backend/libinput: terminate display on error 2021-04-14 23:56:56 +02:00
multi backend: move get_drm_fd to public interface 2021-04-12 11:43:56 +02:00
noop noop: listen to display destroy and destroy the backend 2020-12-31 20:34:36 +01:00
session backend/session: add wlr_device.events.remove 2021-04-27 09:11:44 +02:00
wayland Log drmGetDevices2 error code 2021-04-26 16:27:24 +02:00
x11 backend/x11: add support for shm buffers 2021-04-20 20:27:25 +02:00
backend.c backend: move get_drm_fd to public interface 2021-04-12 11:43:56 +02:00
meson.build Drop RDP backend 2020-01-10 19:38:39 +01:00