1libglvnd is a vendor-neutral dispatch layer for arbitrating OpenGL API calls
2between multiple vendors. It allows multiple drivers from different vendors to
3coexist on the same filesystem, and determines which vendor to dispatch each
4API call to at runtime.
5
6Both GLX and EGL are supported, in any combination with OpenGL and OpenGL ES.
7