Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dispatch: Learn about glvnd #129

Merged
merged 1 commit into from
Jun 16, 2017
Merged

dispatch: Learn about glvnd #129

merged 1 commit into from
Jun 16, 2017

Commits on Jun 16, 2017

  1. dispatch: Learn about glvnd

    glvnd has the rather nice property that GLX and (desktop) GL are
    available in separate libraries. As an example this would allow an EGL
    app to use desktop GL without any X11 libraries. Fix up our dlopens to
    prefer the glvnd libraries if available and fall back to the old ABI if
    not.
    
    Signed-off-by: Adam Jackson <ajax@redhat.com>
    nwnk committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    759de64 View commit details
    Browse the repository at this point in the history