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
/
WGL.cpp
Age
Commit message (
Expand
)
Author
2024-11-08
Replace 'reinterpret_cast' with 'static_cast'
Dr. Dystopia
2021-12-10
Treewide: Adjust order of includes
Pokechu22
2021-09-14
GLInterface: Remove unneeded wglShareLists call
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2020-12-02
General: Convert PanicAlerts over to fmt equivalent
Lioncash
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: 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-13
Fix change in comment meaning by autoformat.
Scott Mansell
2018-04-12
Reformat all the things!
spycrab
2017-07-05
OGL: Support Quad-Buffered stereoscopy.
Jules Blok
2017-06-07
do not assign in conditional statements
Shawn Hoffman
2017-06-05
Fix minor formatting issues
Léo Lam
2016-11-29
GLInterface: Implement core and shared context creation for WGL
Stenzek
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2015-12-13
Fix minor memory leak in WGL interface.
Ryan Houdek
2015-09-26
Common: Remove other Common prefixed headers from Common.h
Lioncash
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