Skip to content

frontends/va: Initialize drm modifier on import.

Bas Nieuwenhuizen requested to merge bnieuwenhuizen/mesa:va-modifier-fix into master

On import we don't get a modifier so the modifier in the Gallium handle should be set to DRM_FORMAT_MOD_INVALID instead of LINEAR.

Otherwise things like screen capture break if the driver actually starts supporting modifiers.

Merge request reports