On Tue, May 7, 2013 at 1:28 PM, Divick Kishore <[email protected]> wrote:
> Hi,
> is there a possibility in mesa to have egl backend based on
> complete offscreen buffers and complete s/w only gles renderer? If
> yes, then could someone please guide me how to build it?
You may try
$ ./configure --disable-dri --enable-gallium-egl --with-egl-platforms=null \
--with-gallium-drivers=swrast
It will give you an EGL/GLES driver that uses a software renderer and
supports only pbuffers (and FBOs).
You won't be able to ask it to render to an application-provided buffer though.
>
> Thanks & Regards,
> Divick
> _______________________________________________
> mesa-dev mailing list
> [email protected]
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
--
[email protected]
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev