Remove this check - hope it solves the PNG inversion color issues with

VideoCore GPUs
This commit is contained in:
twinaphex 2019-12-26 04:05:20 +01:00
parent cf97f39cac
commit b3e8d6e9ca

View File

@ -300,7 +300,7 @@ bool gl_check_capability(enum gl_capability_enum enum_idx)
case GL_CAPS_BGRA8888:
#ifdef HAVE_OPENGLES
/* There are both APPLE and EXT variants. */
if (gl_query_extension("BGRA8888") && !strstr(renderer, "VideoCore"))
if (gl_query_extension("BGRA8888"))
return true;
#else
return true;