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
/
GLX.cpp
Age
Commit message (
Expand
)
Author
2023-04-15
Embrace nullptr over NULL and 0
get
2022-05-29
GLX: Guard against redefinition of PFNGLXSWAPINTERVALEXTPROC
OatmealDome
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
2019-02-09
GLContext: Fix shared context creation error on Mesa
Stenzek
2018-10-20
GLContext: Try GL versions 3.2-4.6 when getting a context
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-03-26
GLInterface: Use EXT_swap_control or MESA_swap_control over SGI
Stenzek
2017-08-02
GLInterface: Support surfaceless contexts on GLX
Stenzek
2017-07-30
GLInterface: Support shared contexts in GLX
Ryan Houdek
2017-07-05
OGL: Support Quad-Buffered stereoscopy.
Jules Blok
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2015-09-22
GLX: Don't depend on Core or VideoCommon
Scott Mansell
2015-09-22
Move GL interface code out of the OpenGL video backend.
Scott Mansell