summaryrefslogtreecommitdiff
path: root/Source/Core/Common/GL/GLInterface/AGL.mm
AgeCommit message (Expand)Author
2024-07-26Adjust order and spacing of various #includesDentomologist
2023-06-10Common:AGL: Support making temporary contexts from the main threadTellowKrinkle
2021-07-06AGL: Move more UI API calls to the main threadOatmealDome
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-10-23Common: Migrate logging to fmtLioncash
2020-01-01MacOS: Dispatch GL calls to main thread to prevent crashes on CatalinaGeorge Talusan
2019-09-01GLContext: Get size using eglQuerySurface()Stenzek
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
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
2017-07-30GLInterface: Support shared contexts on AGLStenzek
2017-07-05OGL: Support Quad-Buffered stereoscopy.Jules Blok
2017-04-15AGL: small style fixesMichael Maltese
2017-04-15AGL: refactor some functionsMichael Maltese
2017-04-15Add headless support on macOSMichael Maltese
2016-09-18Don't force compile everything as Objective-C++ on macOSMichael Maltese