dolphin/Source/Core/VideoBackends
Ryan Houdek 01db003779 [Android] Workaround Mali driver issue on the Samsung Galaxy S6.
Samsung updated the video drivers on the SGS6 which introduced a bug when disabling vsync.
Both the driver versions are r5p0, but the md5sums of the blob differ.
To work around the issue, make sure to never disable vsync by calling eglSwapInterval.

We can't actually determine the driver version on Android yet.
So until the driver version lands that displays the driver version string in the GL_VERSION string
we will need to keep this workaround enabled at all times, which is a bit annoying.

Current mali drivers return the video driver version in one of the EGL strings you can query.
The issue with that is that Android eats all of those strings, so we can't query it.
2015-08-28 09:02:46 -05:00
..
D3D Revert "VideoCommon: Clamp integer conversions." 2015-08-15 13:50:43 +02:00
OGL [Android] Workaround Mali driver issue on the Samsung Galaxy S6. 2015-08-28 09:02:46 -05:00
Software Fix some warnings 2015-06-23 21:11:56 +02:00
CMakeLists.txt Merge of GL-AutoChoose. 2014-01-18 04:11:59 +00:00