Posted Apr 12, 2012 3:57 UTC (Thu) by JohnLenz (subscriber, #42089)
[Link]
EGL works perfectly fine with OpenGL so the replacement for GLX is EGL, and actually there is a big push to replace GLX with EGL even on X windows since EGL is common across X, Mac OS, and Windows.
Is GL support coming?
Posted Apr 12, 2012 12:33 UTC (Thu) by HelloWorld (guest, #56129)
[Link]
Oh, all right then. I thought EGL worked only for GLES, it's good to see that this is not the case.
Is GL support coming?
Posted Apr 12, 2012 12:41 UTC (Thu) by HelloWorld (guest, #56129)
[Link]
Uh, actually, people seem to disagree about this issue. See for example this stackoverflow comment: http://stackoverflow.com/questions/7017239/what-are-the-r...
> There was some noise last year from Khronos about creating a version of EGL that could work on the desktop and make OpenGL contexts, but thus far, nothing came of it.
Do you have any sources to back up your claim that EGL can be used to create OpenGL contexts? Khronos.org also only mentions GLES and OpenVG contexts...