mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 08:15:45 -04:00
Revert "GL/Context: Disable GLES3.2 on PowerVR Rogue"
Broken driver is just broken. Not much I can do when I don't have one of these phones and the shader compiler simply says "failure" without any line information.
This commit is contained in:
@ -64,12 +64,6 @@ static void DisableBrokenExtensions(const char* gl_vendor, const char* gl_render
|
||||
GLAD_GL_EXT_copy_image = 0;
|
||||
GLAD_GL_OES_copy_image = 0;
|
||||
}
|
||||
|
||||
if (std::strstr(gl_renderer, "PowerVR Rogue"))
|
||||
{
|
||||
Log_VerbosePrintf("PowerVR Rogue driver detected, disabling GLES3.2");
|
||||
GLAD_GL_ES_VERSION_3_2 = 0;
|
||||
}
|
||||
}
|
||||
|
||||
Context::Context(const WindowInfo& wi) : m_wi(wi) {}
|
||||
|
Reference in New Issue
Block a user