On Thu, Jan 21, 2010 at 4:11 AM, Luca Barbieri <luca.barbi...@gmail.com> wrote:
> BTW, the ximage backend may be useful to do hardware accelerated
> rendering on a local DRM card (with an hardware Gallium driver), but
> display the result over a remote X11 connection.
> This could be useful for instance to do development on multiple
> Gallium drivers for different cards while working on the same machine.
> That would just require decoupling the serverless/DRI2 DRM
> initialization from the display mechanism, so the serverless
> initialization can be used along with the ximage backend.
Yes.  There are several directions ximage backend can be improved.  The other
two things I have in mind right now are to add llvmpipe support and to merge
the dri2 and ximage backends.  The latter allows an accelerated or
unaccelerated path to be chosen by the applications through EGL_CONFIG_CAVEAT =
EGL_NONE or EGL_SLOW_CONFIG.  With the merge, it should be easier to add
support for the example you mentioned.

-olv

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to