dolphin/Source/Core/Common/GL/GLInterface
Stenzek c82be53d5c GLInterface: Use EXT_swap_control or MESA_swap_control over SGI
The SGI extension does not define calling SwapInterval with a parameter
of zero as valid. It was just lucky that drivers interpreted this as
vsync off. The EXT_swap_control extension defines zero as a valid value.

Mesa does not appear to support the EXT variant, so we fall back to
MESA_swap_control here, which also supports zero.
2018-03-26 22:09:22 +10:00
..
AGL.h GLInterface: Support shared contexts on AGL 2017-07-30 12:38:49 +10:00
AGL.mm GLInterface: Support shared contexts on AGL 2017-07-30 12:38:49 +10:00
BGL.cpp OGL: Support Quad-Buffered stereoscopy. 2017-07-05 22:43:39 +02:00
BGL.h OGL: Support Quad-Buffered stereoscopy. 2017-07-05 22:43:39 +02:00
EGL.cpp Require WINDOW_BIT if we have a window handle. 2017-12-29 23:20:16 -05:00
EGL.h EGLInterface: Create shared context with same attributes as main context 2017-07-30 12:38:50 +10:00
EGLAndroid.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
EGLAndroid.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
EGLHaiku.cpp Initial support for Haiku. 2017-03-27 23:46:19 -04:00
EGLHaiku.h Initial support for Haiku. 2017-03-27 23:46:19 -04:00
EGLX11.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
EGLX11.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
GLInterface.cpp Initial support for Haiku. 2017-03-27 23:46:19 -04:00
GLX.cpp GLInterface: Use EXT_swap_control or MESA_swap_control over SGI 2018-03-26 22:09:22 +10:00
GLX.h GLInterface: Support shared contexts in GLX 2017-07-30 12:38:49 +10:00
WGL.cpp OGL: Support Quad-Buffered stereoscopy. 2017-07-05 22:43:39 +02:00
WGL.h OGL: Support Quad-Buffered stereoscopy. 2017-07-05 22:43:39 +02:00
X11_Util.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
X11_Util.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00