Mir

Comment 6 for bug 1109963

Revision history for this message
Kevin DuBois (kdub) wrote : Re: Mir lacks a direct rendering mode

as for android+this bug...
We have control over the framebuffer objects, so this should be possible. We have to write a native window type (or adapt the current one to use framebuffers instead of standard buffers) for the compositor to use in process. We currently sit on top of a small nugget of android code (from about GB) that is an android native window type backed by framebuffers. We will probably have to take into consideration the HWC layer