Add this check back in

This commit is contained in:
twinaphex 2017-07-19 17:49:24 +01:00
parent ecfb0dda43
commit bcaa24cf7b

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"))
if (gl_query_extension("BGRA8888") && !strstr(renderer, "VideoCore"))
return true;
#else
return true;