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

GLExtensions: remove NV_depth_buffer_float from OpenGL 3.0 #5063

Merged
merged 1 commit into from
Mar 10, 2017

Commits on Mar 10, 2017

  1. GLExtensions: remove NV_depth_buffer_float from OpenGL 3.0

    Regression introduced in e99cd57 / 4935: VideoBackends: Set the maximum
    range when the depth range is oversized[1]. The NV_depth_buffer_float
    extension is not part of OpenGL 3.0, and requiring it causes a hard
    crash when it's not supported (e.g. macOS).
    
    [1]: dolphin-emu#4935
    ligfx committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    418a772 View commit details
    Browse the repository at this point in the history