summaryrefslogtreecommitdiff
path: root/Source/Core/Common/GL/GLInterface
AgeCommit message (Expand)Author
2025-05-01Make overriding explicit and remove redundant virtual specifiers on overridin...Dr. Dystopia
2024-11-08Replace 'reinterpret_cast' with 'static_cast'Dr. Dystopia
2024-07-26Adjust order and spacing of various #includesDentomologist
2023-06-10Common:AGL: Support making temporary contexts from the main threadTellowKrinkle
2023-04-15Embrace nullptr over NULL and 0get
2022-05-29GLX: Guard against redefinition of PFNGLXSWAPINTERVALEXTPROCOatmealDome
2021-12-10Treewide: Adjust order of includesPokechu22
2021-09-14GLInterface: Remove unneeded wglShareLists callPokechu22
2021-07-06AGL: Silence OpenGL deprecation warningsOatmealDome
2021-07-06AGL: Move more UI API calls to the main threadOatmealDome
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-01-02Rehabilitate Haiku support.waddlesplash
2020-12-02General: Convert PanicAlerts over to fmt equivalentLioncash
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
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: 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: Use host connectionStenzek
2018-10-20Refactoring and cleanup of GLInterface (now GLContext)Stenzek
2018-10-20GLInterface: Drop Haiku supportStenzek
2018-04-13Fix change in comment meaning by autoformat.Scott Mansell
2018-04-12Reformat all the things!spycrab
2018-03-26GLInterface: Use EXT_swap_control or MESA_swap_control over SGIStenzek
2017-12-29Require WINDOW_BIT if we have a window handle.Vlad Firoiu
2017-12-29Surfaceless egl rendering.Vlad Firoiu
2017-08-02GLInterface: Support surfaceless contexts on GLXStenzek
2017-07-31Merge pull request #5826 from JonnyH/WIP/add-option-to-prefer-GLES-when-using...Leo Lam
2017-07-30EGLInterface: Create shared context with same attributes as main contextStenzek
2017-07-30GLInterface: Support shared contexts on AGLStenzek
2017-07-30GLInterface: Support shared contexts in GLXRyan Houdek
2017-07-26Add "PreferGLES" option to EGL GLInterfaceJonathan Hamilton
2017-07-05OGL: Support Quad-Buffered stereoscopy.Jules Blok
2017-06-07do not assign in conditional statementsShawn Hoffman
2017-06-05Merge pull request #5276 from ligfx/macosheadlessshuffle2
2017-06-05Fix minor formatting issuesLéo Lam
2017-04-15AGL: small style fixesMichael Maltese
2017-04-15AGL: refactor some functionsMichael Maltese
2017-04-15Add headless support on macOSMichael Maltese
2017-03-28Merge pull request #4951 from waddlesplash/haiku-2Matthew Parlane
2017-03-27Initial support for Haiku.Augustin Cavalier
2017-03-25EGL: Fix missing-braces warningMichael Maltese
2017-01-23Add includes for building on Windows without PCHMichael Maltese
2016-11-29GLInterface: Implement core and shared context creation for WGLStenzek
2016-11-02Core: Remove double newlines at the end of *_LOG messages.Emmanuel Gil Peyrot
2016-09-18Don't force compile everything as Objective-C++ on macOSMichael Maltese