diff options
author | Alyssa Rosenzweig <[email protected]> | 2020-07-15 18:38:02 -0400 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-07-16 19:59:43 +0000 |
commit | 96fa8d70bc13f8b21e4a8bfb91128bd85055990c (patch) | |
tree | 024e5680bf9308e4b0c2e487971373de53bbba95 /.gitlab-ci/deqp-panfrost-t720-skips.txt | |
parent | afa4b32019ad02bc54b43ed5a3e78c3089b4f906 (diff) |
panfrost: Report CAPs more honestly
We're overreporting on some chips and underreporting on others. Let's be
more honest.
This exposes OpenGL ES 3.0 on Mali T760 through T860.
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5858>
Diffstat (limited to '.gitlab-ci/deqp-panfrost-t720-skips.txt')
-rw-r--r-- | .gitlab-ci/deqp-panfrost-t720-skips.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci/deqp-panfrost-t720-skips.txt b/.gitlab-ci/deqp-panfrost-t720-skips.txt index 3ca9b37ce09..dba017e9875 100644 --- a/.gitlab-ci/deqp-panfrost-t720-skips.txt +++ b/.gitlab-ci/deqp-panfrost-t720-skips.txt @@ -12,3 +12,6 @@ dEQP-GLES[0-9]*.functional.flush_finish.* # XXX: Why does this flake? dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.clip_neg_x_neg_z_and_pos_x_pos_z_and_neg_x_neg_y_pos_z +# Needs investigation +dEQP-GLES2.functional.fbo.render.shared_colorbuffer.rbo_rgb565_depth_component16 +dEQP-GLES2.functional.fbo.render.shared_colorbuffer.tex2d_rgba_depth_component16 |