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

Avoid calling any GL calls during shutdown on Android. Should help #11063 #11447

Merged
merged 2 commits into from
Oct 6, 2018

Commits on Oct 6, 2018

  1. Avoid calling any GL calls during shutdown on Android. Should help #1…

    …1063
    
    The context is already lost and we're really running shutdown when the process is woken
    up again. Additionally, orderly shutdown through the button doesn't happen
    on the render thread so remove a couple of asserts that are wrong.
    hrydgard committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    a3a94bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f77975d View commit details
    Browse the repository at this point in the history