From ed72d97d485833dadcffae5aaa0f267fbada8f80 Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Fri, 14 Mar 2025 22:18:19 +0100 Subject: [PATCH] etnaviv/ci: remove fragcoord related fails on GC7000 Both GC7000 GPUs have the RA_WRITES_DEPTH feature, which needs a bit more prodding to have valid fragcoord.zw components present in the shader. This has been fixed by the previous commit, so we can remove the related fails from the CI expectation. Signed-off-by: Lucas Stach Reviewed-by: Christian Gmeiner Part-of: --- src/etnaviv/ci/etnaviv-gc7000-r6204-fails.txt | 2 -- src/etnaviv/ci/etnaviv-gc7000-r6214-fails.txt | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/etnaviv/ci/etnaviv-gc7000-r6204-fails.txt b/src/etnaviv/ci/etnaviv-gc7000-r6204-fails.txt index a9bc769e3ea..ec6004e68b8 100644 --- a/src/etnaviv/ci/etnaviv-gc7000-r6204-fails.txt +++ b/src/etnaviv/ci/etnaviv-gc7000-r6204-fails.txt @@ -4,8 +4,6 @@ dEQP-GLES2.functional.fbo.render.color_clear.rbo_rgba4,Fail dEQP-GLES2.functional.fbo.render.color_clear.rbo_rgba4_stencil_index8,Fail dEQP-GLES2.functional.fragment_ops.random.36,Fail dEQP-GLES2.functional.fragment_ops.random.3,Fail -dEQP-GLES2.functional.shaders.builtin_variable.fragcoord_w,Fail -dEQP-GLES2.functional.shaders.builtin_variable.fragcoord_xyz,Fail dEQP-GLES2.functional.shaders.operator.selection.highp_float_fragment,Fail dEQP-GLES2.functional.shaders.operator.selection.highp_int_fragment,Fail dEQP-GLES2.functional.shaders.operator.selection.highp_ivec2_fragment,Fail diff --git a/src/etnaviv/ci/etnaviv-gc7000-r6214-fails.txt b/src/etnaviv/ci/etnaviv-gc7000-r6214-fails.txt index 3d384ad6e58..eda2fa0f7ba 100644 --- a/src/etnaviv/ci/etnaviv-gc7000-r6214-fails.txt +++ b/src/etnaviv/ci/etnaviv-gc7000-r6214-fails.txt @@ -5,8 +5,6 @@ dEQP-GLES2.functional.fbo.render.color_clear.rbo_rgba4,Fail dEQP-GLES2.functional.fragment_ops.random.3,Fail dEQP-GLES2.functional.fragment_ops.random.36,Fail dEQP-GLES2.functional.rasterization.primitives.lines_wide,Fail -dEQP-GLES2.functional.shaders.builtin_variable.fragcoord_w,Fail -dEQP-GLES2.functional.shaders.builtin_variable.fragcoord_xyz,Fail dEQP-GLES2.functional.shaders.operator.selection.highp_float_fragment,Fail dEQP-GLES2.functional.shaders.operator.selection.highp_int_fragment,Fail dEQP-GLES2.functional.shaders.operator.selection.highp_ivec2_fragment,Fail