summaryrefslogtreecommitdiff
path: root/Source/Core/Common/GL/GLInterface/EGL.cpp
AgeCommit message (Expand)Author
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
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-04-12Reformat all the things!spycrab
2017-12-29Require WINDOW_BIT if we have a window handle.Vlad Firoiu
2017-12-29Surfaceless egl rendering.Vlad Firoiu
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-26Add "PreferGLES" option to EGL GLInterfaceJonathan Hamilton
2017-07-05OGL: Support Quad-Buffered stereoscopy.Jules Blok
2017-03-25EGL: Fix missing-braces warningMichael Maltese
2016-11-02Core: Remove double newlines at the end of *_LOG messages.Emmanuel Gil Peyrot
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-05-29EGL: specify version firstKarol Herbst
2016-03-01EGL: Also check for higher GL versions.degasus
2016-02-05Fix a few missing includesRyan Houdek
2016-01-27Include the EGL defines we need for KHR_create_context ourselves.Ryan Houdek
2016-01-27Support the OpenGL core profile in EGL.Ryan Houdek
2016-01-27Implement shared contexts in the EGL context.Ryan Houdek
2016-01-10Add support to EGL to on the fly destroy the resulting surfaceRyan Houdek
2016-01-02GLInterface: Make GLInterfaceMode an enum classLioncash
2015-10-06Added some headers to allow Dolphin to compile in my environment.catzilla4
2015-09-26Common: Remove other Common prefixed headers from Common.hLioncash
2015-09-22EGL: Don't depend on VideoCommon or CoreScott Mansell
2015-09-22Move GL interface code out of the OpenGL video backend.Scott Mansell