From 40e3055efdfc0e05da76ee105d1ae19ee97299ec Mon Sep 17 00:00:00 2001 From: Italo Nicola Date: Fri, 7 Jul 2023 15:44:28 +0000 Subject: [PATCH] lima/ci: add some ARB_clear_texture piglit tests to lima-fails.txt Reviewed-by: Vasily Khoruzhick Part-of: --- src/gallium/drivers/lima/ci/lima-fails.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/gallium/drivers/lima/ci/lima-fails.txt b/src/gallium/drivers/lima/ci/lima-fails.txt index 95c668ce17b..71033f9add2 100644 --- a/src/gallium/drivers/lima/ci/lima-fails.txt +++ b/src/gallium/drivers/lima/ci/lima-fails.txt @@ -658,6 +658,15 @@ spec@ext_texture_compression_s3tc@compressedteximage gl_compressed_srgb_alpha_s3 spec@ext_texture_compression_s3tc@compressedteximage gl_compressed_srgb_alpha_s3tc_dxt5_ext,Fail spec@ext_texture_compression_s3tc@compressedteximage gl_compressed_srgb_s3tc_dxt1_ext,Fail +# Expects that some format/internal_format combinations should be supported when they currently aren't. +spec@arb_clear_texture@arb_clear_texture-supported-formats,Fail + +# Expects DEPTH_COMPONENT_32F, which is given by ARB_depth_buffer_float and isn't supported by Lima. +spec@arb_clear_texture@arb_clear_texture-depth,Fail + +# Precision issue when lowering GL_RGB16 and GL_RGBA16 +spec@arb_clear_texture@arb_clear_texture-sized-formats,Fail + spec@!opengl 1.1@line-smooth-stipple,Fail # bookworm update