f4d6abc268
The VC4 and Lima Piglit failures seems to mostly fall in two camps: 1. The hardware lacks sRGB support, but the drivers decide to expose it nevertheless, with some varying level of emulation. This leads to some failures, probably because we're missing sRGB decoding somewhere. 2. The spec@ext_texture_compression_s3tc@compressedteximage fails, mostly due to the test not setting the mipfilter to nearest. With that fixed, the test passes on VC4, but still fails on Lima due to an a bit dodgy miplod bias in the driver. Reviewed-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Acked-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18180>