Re: [RFC] Server side glvnd

2017-07-18 Thread Kyle Brenneman
I was actually just getting ready to send this out. This is what I've come up with for a server-side GLVND-like interface: https://github.com/kbrenneman/libglvnd/tree/server-libglx What I've got there is a proof-of-concept GLX server module that can dispatch to multiple vendor libraries based

Re: [RFC] Server side glvnd

2017-07-18 Thread Aaron Plattner
Adding Kyle to To -- he's been working on something similar. On 07/18/2017 08:43 AM, Adam Jackson wrote: > I've been thinking about how to get multiple GL stacks to coexist > within the server, along the lines of libglvnd on the client side. This > is a bit of a brain dump, the intrepid can find

[RFC] Server side glvnd

2017-07-18 Thread Adam Jackson
I've been thinking about how to get multiple GL stacks to coexist within the server, along the lines of libglvnd on the client side. This is a bit of a brain dump, the intrepid can find some work in progress along these lines here: https://cgit.freedesktop.org/~ajax/xserver/log/?h=glxfe The