dolphin/Source/Core/Common/GL
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
..
GLExtensions VideoBackends: Add AbstractStagingTexture class 2017-11-22 18:47:04 +10:00
GLInterface GLInterface: Use EXT_swap_control or MESA_swap_control over SGI 2018-03-26 22:09:22 +10:00
GLInterfaceBase.h OGL: Support Quad-Buffered stereoscopy. 2017-07-05 22:43:39 +02:00
GLUtil.cpp OGL: Move primitive restart enable logic to GLUtil 2018-03-10 16:11:20 +10:00
GLUtil.h OGL: Move primitive restart enable logic to GLUtil 2018-03-10 16:11:20 +10:00