Skip to content
  • Xaver Hugl's avatar
    backends/drm: don't cache formats · f097440e
    Xaver Hugl authored
    While it could be useful with tiled displays, the isFormatSupported and
    supportedModifier functions can be called before prepareModeset, so where
    m_formats is still empty. Additionally they're neither in a hot path nor
    performance critical.
    f097440e