[Mesa-dev] [PATCH 5/9] egl/wayland: Implement DRI_PRIME support

Dave Airlie airlied at gmail.com
Tue May 5 17:58:57 PDT 2015


On 2 May 2015 at 20:15, Axel Davy <axel.davy at ens.fr> wrote:
> When the server gpu and requested gpu are different:
> . They likely don't support the same tiling modes
> . They likely do not have fast access to the same locations
>
> Thus we do:
> . render to a tiled buffer we do not share with the server
> . Copy the content at every swap to a buffer with no tiling
> that we share with the server.
>
> This is similar to the glx dri3 DRI_PRIME implementation.
>
> Signed-off-by: Axel Davy <axel.davy at ens.fr>

Reviewed-by: Dave Airlie <airlied at redhat.com>


More information about the mesa-dev mailing list