Wayland & The Network; Gallium3D Netpipe?

Written by Michael Larabel in Wayland on 18 March 2011 at 07:57 AM EDT. 12 Comments
WAYLAND
In recent days on the Wayland development mailing list there's been a discussion about a HPC (High Performance Compute) architecture for Wayland. A few interesting ideas have been brought up.

Essentially this HPC idea comes down to a per-program VNC-like system where for example you could run the Blender animation program from a netbook or tablet computer and have that forwarded to a more powerful system, via Wayland. Though with the original proposal, this wouldn't end up being solely the work of Wayland but other components would need to come into play too for all of this to work out. This discussion though has brought up some discussions regarding the serializing of application windows to suspend-and-resume them, etc.

There is a proposal for this year's Google Summer of Code for a student developer to begin work on a remote Wayland protocol, but as of right now, it doesn't appear any student developer has stepped up to the plate.

Another option would be to just run your GTK+ applications from the web-browser beginning with GTK+ 3.2 and using its new Broadway back-end.

Mentioned last night was then work that's already in development by an independent contributor, Trevour Crow. Trevour's work effectively comes down to a "netpipe" driver to Gallium3D that would make it possible to transparently relay drawing commands across a network from one machine to another via Gallium3D. This is being done since the indirect GLX mode with X.Org/Mesa is limited to OpenGL 1.4. Though if fully implemented, this "netpipe" implementation wouldn't just be limited to just graphics but any supported state tracker such as OpenGL ES or even OpenCL.

This Gallium3D netpipe concept sounds faintly similar to VMware's Gallium3D solution for passing Gallium3D commands from a virtual machine to the host machine for native execution on the GPU, but instead the network would sit in between. Efficiently compressing the massive amounts of data though before transfer on the network may be the bigger obstacle.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week