mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-16 08:56:26 -05:00
backend/drm: remove EGL config
Since we're using wlr_swapchain, we don't need to provide an EGL config.
This commit is contained in:
parent
8a6930c138
commit
6ff478632a
3 changed files with 2 additions and 16 deletions
|
|
@ -712,7 +712,7 @@ static bool drm_connector_init_renderer(struct wlr_drm_connector *conn,
|
|||
|
||||
int width = mode->wlr_mode.width;
|
||||
int height = mode->wlr_mode.height;
|
||||
uint32_t format = drm->renderer.gbm_format;
|
||||
uint32_t format = DRM_FORMAT_ARGB8888;
|
||||
|
||||
bool modifiers = true;
|
||||
const char *no_modifiers = getenv("WLR_DRM_NO_MODIFIERS");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue