diff options
author | Simon Ser <contact@emersion.fr> | 2021-10-01 17:22:04 +0200 |
---|---|---|
committer | Simon Zeni <simon@bl4ckb0ne.ca> | 2021-10-01 09:26:05 -0600 |
commit | 1d7e438d8ac636a2c90d58875e73a67e5440e4ae (patch) | |
tree | 1e42c9eeb72a7e2af478c8db73824968b2b0c109 /backend/x11 | |
parent | 61b83441a195d9500a3c96bd640a756be16b658e (diff) |
Revert "Require INVALID for implicit format modifiers"
This reverts commit ea7357b70366588069c83f158e6a4eb2d3a702b3.
Diffstat (limited to 'backend/x11')
-rw-r--r-- | backend/x11/backend.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/x11/backend.c b/backend/x11/backend.c index c15b92da..9eaf5664 100644 --- a/backend/x11/backend.c +++ b/backend/x11/backend.c @@ -354,7 +354,6 @@ static bool query_formats(struct wlr_x11_backend *x11) { } if (x11->have_dri3) { - // X11 always supports implicit modifiers wlr_drm_format_set_add(&x11->dri3_formats, format->drm, DRM_FORMAT_MOD_INVALID); if (!query_dri3_modifiers(x11, format)) { |