summaryrefslogtreecommitdiff
path: root/Source/Core/Common/GL/GLInterface/WGL.cpp
AgeCommit message (Expand)Author
2024-11-08Replace 'reinterpret_cast' with 'static_cast'Dr. Dystopia
2021-12-10Treewide: Adjust order of includesPokechu22
2021-09-14GLInterface: Remove unneeded wglShareLists callPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-12-02General: Convert PanicAlerts over to fmt equivalentLioncash
2020-10-23Common: Migrate logging to fmtLioncash
2019-09-01GLContext: Get size using eglQuerySurface()Stenzek
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-04-13Fix change in comment meaning by autoformat.Scott Mansell
2018-04-12Reformat all the things!spycrab
2017-07-05OGL: Support Quad-Buffered stereoscopy.Jules Blok
2017-06-07do not assign in conditional statementsShawn Hoffman
2017-06-05Fix minor formatting issuesLéo Lam
2016-11-29GLInterface: Implement core and shared context creation for WGLStenzek
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-12-13Fix minor memory leak in WGL interface.Ryan Houdek
2015-09-26Common: Remove other Common prefixed headers from Common.hLioncash
2015-09-22WGL: Don't depend on Core/VideoCommonScott Mansell
2015-09-22Move GL interface code out of the OpenGL video backend.Scott Mansell