Re: [Mesa-dev] Alternative graphics system based on parent/child processes

2013-07-06 Thread Joseph Bates
Sorry, I'm new to mailing lists. Didn't mean to send it in HTML format. Here's a plain text version that's easier to read. --- I've been mulling over this idea for an alternative graphics system to our current server/client models. Instead of applications connecting to a central display server

[Mesa-dev] Alternative graphics system based on parent/child processes

2013-07-06 Thread Joseph Bates
I've been mulling over this idea for an alternative graphics system to our current server/client models. Instead of applications connecting to a central display server, what if all graphics and input device routing were handled through the parent/child process hierarchy? For instance, your deskt

[Mesa-dev] egl_glx [PATCH] Added eglSwapInterval support via GLX_EXT_swap_control

2011-08-28 Thread Joseph Bates
I've been playing around with egl_glx lately and noticed it was missing something I wanted. A quick look at source revealed it'd be an easy addition. This is my first time contributing to Mesa. Honestly, I tried setting up a Mesa dev environment, but I never quite got it working. That shouldn't ma