summaryrefslogtreecommitdiff
path: root/Source/Core/Common/GL/GLContext.cpp
AgeCommit message (Expand)Author
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-01-02Rehabilitate Haiku support.waddlesplash
2020-08-22windows: fix build if pch were to be disabledShawn Hoffman
2020-03-23Cleanup warnings of -Wunused-variableJun Su
2019-09-01DolphinNoGUI: Add a FBDev platformStenzek
2019-09-01GLContext: Get size using eglQuerySurface()Stenzek
2018-10-20GLContext: Try GL versions 3.2-4.6 when getting a contextStenzek
2018-10-20CMake: Make X11 and EGL optionalStenzek
2018-10-20GLContext: Runtime selection of EGL/GLX on LinuxStenzek
2018-10-20GLContext: Use destructor instead of Shutdown() to cleanupStenzek
2018-10-20GLContext: Combine shared context initialization and creationStenzek
2018-10-20GLContext: Remove global context pointerStenzek
2018-10-20VideoBackends: Pass window system info from host on creationStenzek
2018-10-20GLContext: Use host connectionStenzek
2018-10-20Refactoring and cleanup of GLInterface (now GLContext)Stenzek