Remove this check - hope it solves the PNG inversion color issues with
VideoCore GPUs
This commit is contained in:
parent
cf97f39cac
commit
b3e8d6e9ca
|
@ -300,7 +300,7 @@ bool gl_check_capability(enum gl_capability_enum enum_idx)
|
||||||
case GL_CAPS_BGRA8888:
|
case GL_CAPS_BGRA8888:
|
||||||
#ifdef HAVE_OPENGLES
|
#ifdef HAVE_OPENGLES
|
||||||
/* There are both APPLE and EXT variants. */
|
/* There are both APPLE and EXT variants. */
|
||||||
if (gl_query_extension("BGRA8888") && !strstr(renderer, "VideoCore"))
|
if (gl_query_extension("BGRA8888"))
|
||||||
return true;
|
return true;
|
||||||
#else
|
#else
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue