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

Fix some bugs in loading OpenGL/GLX/EGL libraries #229

Closed
wants to merge 4 commits into from

Commits on Jul 29, 2020

  1. If glvnd library found, do not use libGL.so in epoxy_load_gl

    Without additional check, even if libOpenGL was loaded, libGL.so will
    be loaded as well, and used both in gl_handle and glx_handle, so
    libglvnd libraries will not be used.
    ya-isakov committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    97e5828 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d617f4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1865ebf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    adb15c2 View commit details
    Browse the repository at this point in the history