EGL looks like the worst documented Khronos project ever, I literally can't find nothing specific about this project but it looks promising and finally there is a standardized alternative to GLUT/FreeGlut.
My point is, suppose that I want an EGL context for my application in a Window on a linux-desktop or without a window (without decorations), as programmer whom am I supposed to refer to for getting that EGL context? For example if I use QT, is it QT that is supposed to implement EGL? Xorg? Myself?