mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-16 08:56:26 -05:00
Revert "Require INVALID for implicit format modifiers"
This reverts commit ea7357b703.
This commit is contained in:
parent
61b83441a1
commit
1d7e438d8a
6 changed files with 45 additions and 39 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue