aboutsummaryrefslogtreecommitdiff
path: root/include/backend/drm/util.h
AgeCommit message (Collapse)Author
2019-01-29backend/drm: fix GBM format mismatchemersion
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
2018-12-16backend/drm: don't insert duplicate custom modes, fix refresh rateemersion
2018-04-25Make sure we don't use others' prefixesemersion
2018-02-12Reformat all #include directivesemersion
2017-09-30Rename files to remove pointless drm prefixScott Anderson