wlroots/include/backend/drm
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.h backend/drm: fix GBM format mismatch 2019-01-29 12:04:12 +01:00
iface.h output: make gamma size a size_t and gamma table const 2018-10-03 10:36:33 +02:00
properties.h backend/drm: Improve encoder logic 2018-12-09 22:48:00 +13:00
renderer.h backend/drm: fix GBM format mismatch 2019-01-29 12:04:12 +01:00
util.h backend/drm: fix GBM format mismatch 2019-01-29 12:04:12 +01:00