panfrost: Set PIPE_CAP_MIXED_COLORBUFFER_FORMATS
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Thu, 9 Jul 2020 18:39:51 +0000 (14:39 -0400)
committerMarge Bot <eric+marge@anholt.net>
Thu, 16 Jul 2020 19:59:43 +0000 (19:59 +0000)
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>

.gitlab-ci/deqp-panfrost-t860-fails.txt
src/gallium/drivers/panfrost/pan_screen.c

index 9fd285185dac983fb30ac83210ded289ef169261..26dda2d4439c0c0a22c3d82fc496f99c471ceac8 100644 (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
index b6634955ea92987f241da8a93ebaa0994ebf5bf7..e200f3961771c36e928dc96acf06c2f4e739e260 100644 (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: