Wayland - Beyond X (The H)
Wayland - Beyond X (The H)
Posted Feb 16, 2012 17:18 UTC (Thu) by renox (guest, #23785)In reply to: Wayland - Beyond X (The H) by farnz
Parent article: Wayland - Beyond X (The H)
Yes but:
1) OpenGL is a moving target
2) You cannot simply send OpenGL commands from the client to the server otherwise any command to allocate something would create a round trip.
So you'd have to have a smart proxy on the client, goto (1).
3) With some luck, OpenGL commands to read pixels from buffers would not be an issue as they're already slow, so they're unlikely to be used.
> If they're happy with X11's protocol, they're unlikely to go to the effort of porting to Wayland
I don't understand your remark: there is work to port GTK and Qt to Wayland, clearly some developers want the faster local rendering that Wayland should provide..
The question is about the remote rendering backend: should the X11 backend be kept forever? Can it be improved for WAN access(*)?
Or is-it possible to replace it with something even better for WAN on top of Wayland?
*:After all, in the long run (if Wayland is ported to other Unix), this should be its main purpose.