Wayland minimum requirements are too high.My intel gma 950 does not have OpenGL ES 2.0
Phoronix: Google's Chromium Running On Wayland
The Chromium web-browser is back to running on Wayland...
http://www.phoronix.com/vr.php?view=MTA5Njg
Wayland minimum requirements are too high.My intel gma 950 does not have OpenGL ES 2.0
Cool, now port KDE/KWin, Firefox, MPlayer and VLC and I'm installing Wayland in a heartbeat.
To be clear:
The GL ES 2.0 requirement is simply a requirement that the hardware supports programmable shaders.
That is a BIG fundamental requirement. Without that support, you may as well just stick to X, there is a ton of stuff that must be worked around, papered over, and emulated on the CPU.
For simplicity sake, that hardware will be abandoned going forward. You should either stick with legacy code (X) or upgrade your hardware.
Sorry, but hardware that crappy just isn't worth supporting with new code.
LOL at calling X "legacy code".
Just for a recap, when is Wayland expected to support accelerated OpenGL (not the ES kind, the full thing)?
I don't think anyone is planning that right now, although it wouldn't be hard. I think ES2 is basically a subset of GL2, which throws out all the legacy/fixed function parts.
The mesa drivers support ES2, and I think both NVidia and AMD do as well (or at least they have that ability for some of their drivers), so I'm not sure there will be any reason to support regular GL2, but if it becomes an issue I bet someone will fix it pretty quickly.