panfrost: Set PIPE_CAP_MIXED_COLORBUFFER_FORMATS

Missed that this is needed, fixes fbo.completeness.*

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5858>
This commit is contained in:
Alyssa Rosenzweig 2020-07-09 14:39:51 -04:00 committed by Marge Bot
parent a0003c329a
commit 721b5c6eef
2 changed files with 1 additions and 20 deletions

View file

@ -18,26 +18,6 @@ dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_min_reverse_src_y
dEQP-GLES3.functional.fbo.color.repeated_clear.blit.rbo.srgb8_alpha8
dEQP-GLES3.functional.fbo.color.repeated_clear.blit.tex2d.srgb8_alpha8
dEQP-GLES3.functional.fbo.color.repeated_clear.sample.tex2d.srgb8_alpha8
dEQP-GLES3.functional.fbo.completeness.attachment_combinations.rbo_tex_none_none
dEQP-GLES3.functional.fbo.completeness.attachment_combinations.rbo_tex_none_rbo
dEQP-GLES3.functional.fbo.completeness.attachment_combinations.rbo_tex_none_tex
dEQP-GLES3.functional.fbo.completeness.attachment_combinations.rbo_tex_rbo_none
dEQP-GLES3.functional.fbo.completeness.attachment_combinations.rbo_tex_rbo_rbo
dEQP-GLES3.functional.fbo.completeness.attachment_combinations.rbo_tex_tex_none
dEQP-GLES3.functional.fbo.completeness.attachment_combinations.rbo_tex_tex_tex
dEQP-GLES3.functional.fbo.completeness.attachment_combinations.tex_rbo_none_none
dEQP-GLES3.functional.fbo.completeness.attachment_combinations.tex_rbo_none_rbo
dEQP-GLES3.functional.fbo.completeness.attachment_combinations.tex_rbo_none_tex
dEQP-GLES3.functional.fbo.completeness.attachment_combinations.tex_rbo_rbo_none
dEQP-GLES3.functional.fbo.completeness.attachment_combinations.tex_rbo_rbo_rbo
dEQP-GLES3.functional.fbo.completeness.attachment_combinations.tex_rbo_tex_none
dEQP-GLES3.functional.fbo.completeness.attachment_combinations.tex_rbo_tex_tex
dEQP-GLES3.functional.fbo.completeness.renderable.texture.depth.depth_component_unsigned_short
dEQP-GLES3.functional.fbo.completeness.samples.rbo0_rbo0_tex
dEQP-GLES3.functional.fbo.completeness.samples.rbo0_tex_none
dEQP-GLES3.functional.fbo.completeness.samples.rbo1_rbo1_rbo1
dEQP-GLES3.functional.fbo.completeness.samples.rbo2_rbo1_none
dEQP-GLES3.functional.fbo.completeness.samples.rbo2_rbo2_none
dEQP-GLES3.functional.fbo.invalidate.sub.unbind_blit_msaa_color
dEQP-GLES3.functional.fbo.invalidate.sub.unbind_blit_msaa_depth
dEQP-GLES3.functional.fbo.invalidate.sub.unbind_blit_msaa_stencil

View file

@ -104,6 +104,7 @@ panfrost_get_param(struct pipe_screen *screen, enum pipe_cap param)
switch (param) {
case PIPE_CAP_NPOT_TEXTURES:
case PIPE_CAP_MIXED_COLORBUFFER_FORMATS:
case PIPE_CAP_MIXED_FRAMEBUFFER_SIZES:
case PIPE_CAP_MIXED_COLOR_DEPTH_BITS:
case PIPE_CAP_FRAGMENT_SHADER_TEXTURE_LOD: