From fc0d65e54f3798e9c8f4193712599a1aebafaf1a Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Thu, 11 Apr 2024 18:34:45 +0200 Subject: [PATCH] etnaviv: ci: update expectation with fixed depth/stencil clears Now that we properly switch between fast/regular clears for depth/stencil surfaces as needed and fixed the resulting corner-case issues, there are two more passing dEQP tests. Signed-off-by: Lucas Stach Reviewed-by: Christian Gmeiner Part-of: --- src/etnaviv/ci/etnaviv-gc2000-fails.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/etnaviv/ci/etnaviv-gc2000-fails.txt b/src/etnaviv/ci/etnaviv-gc2000-fails.txt index fb581b4ad1c..af25bc84cda 100644 --- a/src/etnaviv/ci/etnaviv-gc2000-fails.txt +++ b/src/etnaviv/ci/etnaviv-gc2000-fails.txt @@ -3,8 +3,6 @@ dEQP-GLES2.functional.buffer.write.use.index_array.element_array,Fail dEQP-GLES2.functional.clipping.line.wide_line_clip_viewport_center,Fail dEQP-GLES2.functional.clipping.line.wide_line_clip_viewport_corner,Fail dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.clip_pos_y_pos_z_and_neg_x_neg_y_pos_z_and_pos_x_pos_y_neg_z,Fail -dEQP-GLES2.functional.depth_stencil_clear.depth_stencil,Fail -dEQP-GLES2.functional.depth_stencil_clear.depth_stencil_masked,Fail dEQP-GLES2.functional.draw.draw_elements.triangle_fan.single_attribute,Fail dEQP-GLES2.functional.fbo.render.color_clear.rbo_rgba4_depth_component16,Fail dEQP-GLES2.functional.fbo.render.color_clear.rbo_rgba4,Fail