index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
GL
/
GLInterface
/
EGL.cpp
Age
Commit message (
Expand
)
Author
2021-12-10
Treewide: Adjust order of includes
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2020-10-23
Common: Migrate logging to fmt
Lioncash
2019-09-01
GLContext: Get size using eglQuerySurface()
Stenzek
2018-10-20
GLContext: Try GL versions 3.2-4.6 when getting a context
Stenzek
2018-10-20
GLContext: Runtime selection of EGL/GLX on Linux
Stenzek
2018-10-20
GLContext: Use destructor instead of Shutdown() to cleanup
Stenzek
2018-10-20
GLContext: Combine shared context initialization and creation
Stenzek
2018-10-20
GLContext: Use host connection
Stenzek
2018-10-20
Refactoring and cleanup of GLInterface (now GLContext)
Stenzek
2018-04-12
Reformat all the things!
spycrab
2017-12-29
Require WINDOW_BIT if we have a window handle.
Vlad Firoiu
2017-12-29
Surfaceless egl rendering.
Vlad Firoiu
2017-07-31
Merge pull request #5826 from JonnyH/WIP/add-option-to-prefer-GLES-when-using...
Leo Lam
2017-07-30
EGLInterface: Create shared context with same attributes as main context
Stenzek
2017-07-26
Add "PreferGLES" option to EGL GLInterface
Jonathan Hamilton
2017-07-05
OGL: Support Quad-Buffered stereoscopy.
Jules Blok
2017-03-25
EGL: Fix missing-braces warning
Michael Maltese
2016-11-02
Core: Remove double newlines at the end of *_LOG messages.
Emmanuel Gil Peyrot
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-05-29
EGL: specify version first
Karol Herbst
2016-03-01
EGL: Also check for higher GL versions.
degasus
2016-02-05
Fix a few missing includes
Ryan Houdek
2016-01-27
Include the EGL defines we need for KHR_create_context ourselves.
Ryan Houdek
2016-01-27
Support the OpenGL core profile in EGL.
Ryan Houdek
2016-01-27
Implement shared contexts in the EGL context.
Ryan Houdek
2016-01-10
Add support to EGL to on the fly destroy the resulting surface
Ryan Houdek
2016-01-02
GLInterface: Make GLInterfaceMode an enum class
Lioncash
2015-10-06
Added some headers to allow Dolphin to compile in my environment.
catzilla4
2015-09-26
Common: Remove other Common prefixed headers from Common.h
Lioncash
2015-09-22
EGL: Don't depend on VideoCommon or Core
Scott Mansell
2015-09-22
Move GL interface code out of the OpenGL video backend.
Scott Mansell