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

Allow EGL 1.5 implementations without GL_KHR_robustness #480

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 15, 2024

  1. Allow EGL 1.5 implementations without GL_KHR_robustness

    Driver may want to expose a minimal implementation of
    EGL_EXT_create_context_robustness - i.e. a dummy implementation
    without corresponding GL_KHR_robustness support - in order to
    support EGL 1.5.
    
    When requesting a context with EGL_CONTEXT_OPENGL_ROBUST_ACCESS_EXT
    -> EGL_TRUE on such a driver, it has to create a EGL_BAD_CONFIG error
     - and unfortunately there's no way to check for GL_KHR_robustness in
    advance.
    
    Thus handle that case gracefully.
    rmader committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a244f06 View commit details
    Browse the repository at this point in the history