Diffusion Krita 2edc175efac3

Replace homebrew extension matcher with Qt Builtin

Authored by abrahams on Aug 4 2015, 10:32 PM.

Description

Replace homebrew extension matcher with Qt Builtin

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

Details

Committed
abrahamsAug 4 2015, 11:34 PM
Differential Revision
D233: Replace homebrew extension matcher with Qt Builtin
Parents
R37:0ceb8a3044ea: XCF: load group layers from XCF files v3 or higher
Branches
Unknown
Tags
Unknown