mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-03-17 05:34:14 -04:00
apply tadeokondrak's 10bit color patch from 'https://github.com/swaywm/wlroots/issues/1378#issuecomment-569826428'
This commit is contained in:
parent
b61a98c417
commit
d91a464552
2 changed files with 4 additions and 3 deletions
|
|
@ -35,7 +35,7 @@ bool init_drm_renderer(struct wlr_drm_backend *drm,
|
|||
EGL_NONE,
|
||||
};
|
||||
|
||||
renderer->gbm_format = GBM_FORMAT_ARGB8888;
|
||||
renderer->gbm_format = GBM_FORMAT_ARGB2101010;
|
||||
renderer->wlr_rend = create_renderer_func(&renderer->egl,
|
||||
EGL_PLATFORM_GBM_MESA, renderer->gbm,
|
||||
config_attribs, renderer->gbm_format);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue