Skip to content
  • Michael Abrahams's avatar
    Replace homebrew extension matcher with Qt Builtin · 2edc175e
    Michael Abrahams authored
    Summary:
    The functionality of QGLExtensionMatcher has been subsumed in the method
    QOpenGLContext::hasExtension().  This replaces several calls to
    glGetProcAddress with the Qt versions ctx->getProcAddress, which is able
    to catch when these calls are made without an active context.
    
    Reviewers: dkazakov, rempt
    
    Maniphest Tasks: T360
    
    Differential Revision: https://phabricator.kde.org/D233
    2edc175e