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

Address anholt/libepoxy#52 and anholt/libepoxy#63 #81

Closed
wants to merge 4 commits into from

Commits on Jan 18, 2016

  1. select platforms based on configuration results

    Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
    schnitzeltony authored and jeremyhu committed Jan 18, 2016
    Copy the full SHA
    7eff2bf View commit details
    Browse the repository at this point in the history
  2. add an option to disable glx support

    this option would help us in yocto to get deterministic build results
    
    Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
    schnitzeltony authored and jeremyhu committed Jan 18, 2016
    Copy the full SHA
    a9efde0 View commit details
    Browse the repository at this point in the history
  3. Make --enable-glx actually work on OSX and Windows

    Followup for anholt#52
    
    Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
    jeremyhu committed Jan 18, 2016
    Copy the full SHA
    902ea1e View commit details
    Browse the repository at this point in the history
  4. darwin: Use GLX instead of OpenGL.framework if it is the current context

    Also makes a stab at similar support for Win32
    
    anholt#63
    
    Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
    jeremyhu committed Jan 18, 2016
    Copy the full SHA
    d010922 View commit details
    Browse the repository at this point in the history