summaryrefslogtreecommitdiff
path: root/Source/Core/Common/GL/GLInterface/GLX.cpp
AgeCommit message (Expand)Author
2023-04-15Embrace nullptr over NULL and 0get
2022-05-29GLX: Guard against redefinition of PFNGLXSWAPINTERVALEXTPROCOatmealDome
2021-12-10Treewide: Adjust order of includesPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-10-23Common: Migrate logging to fmtLioncash
2019-09-01GLContext: Get size using eglQuerySurface()Stenzek
2019-02-09GLContext: Fix shared context creation error on MesaStenzek
2018-10-20GLContext: Try GL versions 3.2-4.6 when getting a contextStenzek
2018-10-20GLContext: Use destructor instead of Shutdown() to cleanupStenzek
2018-10-20GLContext: Combine shared context initialization and creationStenzek
2018-10-20GLContext: Use host connectionStenzek
2018-10-20Refactoring and cleanup of GLInterface (now GLContext)Stenzek
2018-03-26GLInterface: Use EXT_swap_control or MESA_swap_control over SGIStenzek
2017-08-02GLInterface: Support surfaceless contexts on GLXStenzek
2017-07-30GLInterface: Support shared contexts in GLXRyan Houdek
2017-07-05OGL: Support Quad-Buffered stereoscopy.Jules Blok
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-09-22GLX: Don't depend on Core or VideoCommonScott Mansell
2015-09-22Move GL interface code out of the OpenGL video backend.Scott Mansell