Code review comment for lp:~albaguirre/qtubuntu/use-mir-rs-api

Revision history for this message
Gerry Boland (gerboland) wrote :

I have a question about how pixel formats work with the newer Mir API. I see you've removed code where Qt could set a desired pixel format on the mir surface - is this feature impossible to replicate?

This was done because sometimes the EGL config chosen may have an alpha buffer enabled, even if Qt doesn't need it. We used the mir pixel format to inform the Mir compositor that blending is not required in that case - a nice optimisation.

review: Needs Information

« Back to merge proposal