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

Replace GLX with EGL for X11 #389

Merged
merged 10 commits into from
May 30, 2024

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    2823dba View commit details
    Browse the repository at this point in the history
  2. print error type

    christian-rauch committed May 30, 2024
    Configuration menu
    Copy the full SHA
    460026f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a83ea07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd8882c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7e0958 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e23cba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    da295c7 View commit details
    Browse the repository at this point in the history
  8. create xkb context only after wayland connection is established

    This prevents memory leaks since the xkb context is not free'ed if the
    exception is thrown.
    christian-rauch committed May 30, 2024
    Configuration menu
    Copy the full SHA
    8468ff5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a86ebb9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    11e32c0 View commit details
    Browse the repository at this point in the history