OGL: disable driver warnings fetch

This did give a decent slowdown on some drivers.
This commit is contained in:
degasus
2014-12-28 21:46:00 +01:00
parent 9465a877f8
commit 1ed41672f5
3 changed files with 28 additions and 12 deletions

View File

@ -31,6 +31,7 @@ struct VideoConfig
bool bSupportOGL31;
bool bSupportViewportFloat;
bool bSupportsAEP;
bool bSupportsDebug;
const char* gl_vendor;
const char* gl_renderer;