https://bugs.kde.org/show_bug.cgi?id=522988
--- Comment #10 from Zamundaaa <[email protected]> --- There's no crash in that log. Either way, you'll need to find out which format+modifier creating the EGLImage fails with, by putting debug prints into EglContext::importDmaBufAsTexture, like this: > qWarning().nospace() << FormatInfo::drmFormatName(attributes.format) << > Qt::hex << " 0x" << attributes.modifier << "vs" << > m_display->nonExternalOnlySupportedDrmFormats()[attributes.format]; Quite possibly also relevant from your log: > MESA: warning: Support for this platform is experimental with Xe KMD, bug > reports may be ignored. -- You are receiving this mail because: You are watching all bug changes.
