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 #44: ghosting on intel. GL_LINES_ADJACENCY errors. #47

Merged
merged 2 commits into from
Aug 13, 2023
Merged

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    5b260cc View commit details
    Browse the repository at this point in the history
  2. Fix #44: ghosting on intel. GL_LINES_ADJACENCY errors.

    See added comments in sardrawrunway.c.
    
    Basically there is an opengl error message on my intel hardware worst of all
    some runway elements are ghosting all over the screen as soon as we run a
    ground contact check (which switches gl rendering mode to GL_SELECT for a
    frame).
    
    This workaround disables rendering those elements during GL_SELECT. It seems
    to work mostly fine. I'm unsure that the issue is in the game but who knows.
    hsanjuan committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    0b0f823 View commit details
    Browse the repository at this point in the history