mesa: mark GL_SR8_EXT non-renderable on GLES

Fixes: dEQP-GLES3.functional.fbo.completeness.renderable.texture.color0.sr8_ext

Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
This commit is contained in:
Marek Olšák
2018-11-09 16:47:46 -05:00
parent e0c7114eb3
commit 32a334777c
+1
View 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;