Here's a dumb question:
How much of this work is transferable to Wayland?
F
Phoronix: DMA-BUF Synchronization With PRIME
Now that X.Org Server 1.13 RC1 is out there with the initial support for PRIME and other exciting features, dependent projects can also now move forward...
http://www.phoronix.com/vr.php?view=MTEzODE
Here's a dumb question:
How much of this work is transferable to Wayland?
F
Other than the kernel stuff, most of the work is windowing system specific so it needs to be implemented separately in each windowing systems (windows, macos, X, wayland, etc.). As such there is very little code at that level that can be shared which is probably why you see no support in the nvidia driver. You can't really share anything with the windows driver. Additionally, it requires certain shared infrastructure which makes it hard to mix open and closed drivers.