mesa: mark GL_SR8_EXT non-renderable on GLES
[mesa.git] / src / mesa / main / fbobject.c
index c3dded6b928ab106d43992fc4164f63d86b399f4..68e0daf34230817636e34b26376a195d4b0752c0 100644 (file)
@@ -750,6 +750,7 @@ is_format_color_renderable(const struct gl_context *ctx, mesa_format format,
    case GL_SRGB8:
    case GL_RGB10:
    case GL_RGB9_E5:
+   case GL_SR8_EXT:
       return GL_FALSE;
    default:
       break;