Skip to content

render/egl: stop advertising render support for external-only formats

Simon Ser requested to merge emersion/wlroots:egl-render-mods into master

Some formats like YUV are only supported by Mesa for sampling, not for rendering. However we always unconditionally added the INVALID modifier to the list of render formats.

Check whether all modifiers are external-only, in that case, don't add INVALID to the list of render formats.

Merge request reports