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
release-prep-2606a
release-prep-2606a-2
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
GL
/
GLInterface
Age
Commit message (
Expand
)
Author
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-05-29
EGL: specify version first
Karol Herbst
2016-05-25
Fix builds when using newest version of NDK
sigmabeta
2016-03-01
EGL: Also check for higher GL versions.
degasus
2016-02-05
Rearrange GLInterface interface generation.
Ryan Houdek
2016-02-05
Fix a few missing includes
Ryan Houdek
2016-01-27
Support a headless EGL option.
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
2016-01-02
WGL: Make class member private
Lioncash
2016-01-02
GLInterface: Add missing override specifiers
Lioncash
2015-12-20
VideoBackends: Simplify initialization and deinitialization of resources
Lioncash
2015-12-13
Fix minor memory leak in WGL interface.
Ryan Houdek
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
GLX: Don't depend on Core or VideoCommon
Scott Mansell
2015-09-22
AGL: Don't depend on VideoCommon
Scott Mansell
2015-09-22
WGL: Don't depend on Core/VideoCommon
Scott Mansell
2015-09-22
Move GL interface code out of the OpenGL video backend.
Scott Mansell