wlroots/include/backend
emersion ee293fab58
backend/drm: fix GBM format mismatch
We create the EGL config with GBM_FORMAT_ARGB8888, but then initialize GBM BOs
with GBM_FORMAT_XRGB8888. This mismatch confuses Mesa.

Instead, we can always use GBM_FORMAT_ARGB8888, and use DRM_FORMAT_XRGB8888
when calling drmModeAddFB2.

Fixes https://github.com/swaywm/wlroots/issues/1438
2019-01-29 12:04:12 +01:00
..
drm backend/drm: fix GBM format mismatch 2019-01-29 12:04:12 +01:00
session Use more consistent include guard names 2017-09-23 10:26:01 +02:00
headless.h backend/headless: add assertions 2018-09-18 11:01:53 +02:00
libinput.h [WIP][DONTMERGE]Add support for libinput_switch input devices 2018-12-15 14:42:35 +11:00
multi.h Rework session handling 2018-09-24 23:35:09 +02:00
noop.h Introduce noop backend 2019-01-17 20:13:55 +10:00
wayland.h Update Wayland backend to xdg-shell stable 2019-01-10 09:17:14 -05:00
x11.h backend/x11: Hide cursor with Xfixes 2018-11-13 10:55:03 +13:00