commit
a1b67c60be
|
@ -196,7 +196,8 @@ bool gl_check_capability(enum gl_capability_enum enum_idx)
|
||||||
case GL_CAPS_ARGB8:
|
case GL_CAPS_ARGB8:
|
||||||
#ifdef HAVE_OPENGLES
|
#ifdef HAVE_OPENGLES
|
||||||
if (gl_query_extension("OES_rgb8_rgba8")
|
if (gl_query_extension("OES_rgb8_rgba8")
|
||||||
|| gl_query_extension("ARM_argb8"))
|
|| gl_query_extension("ARM_rgba8")
|
||||||
|
|| major >= 3)
|
||||||
return true;
|
return true;
|
||||||
#else
|
#else
|
||||||
/* TODO/FIXME - implement this for non-GLES? */
|
/* TODO/FIXME - implement this for non-GLES? */
|
||||||
|
|
Loading…
Reference in New Issue