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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user