summaryrefslogtreecommitdiff
path: root/Source/Core/Common/GL/GLInterface/EGL.h
AgeCommit message (Expand)Author
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2019-09-01GLContext: Get size using eglQuerySurface()Stenzek
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-07-30EGLInterface: Create shared context with same attributes as main contextStenzek
2017-07-05OGL: Support Quad-Buffered stereoscopy.Jules Blok
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-27Support a headless EGL option.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
2016-01-02GLInterface: Add missing override specifiersLioncash
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