dEQP GLES31 on GL failures
This is a continuation of airlied/virglrenderer#4 (closed). Since everything has landed in master, it makes sense to move bug-tracking here.
Currently, we have
'Fail': 3203,
'NotSupported': 2910,
'Pass': 29808
An increase in failures from the experimental branches, but mostly due to ASTC going from 'NotSupported' to supported in Gallium. I suspect most of these failures can be fixed by modifying format_is_copy_compatible and it's call sites to account for compression.
Currently, I'm looking into dEQP-GLES31.functional.ssbo.atomic.{max, min}.*_int
and dEQP-GLES31.functional.compute.shared_var.atomic.{max,min}.*_int
(#2 (closed)).