summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2021-02-04 14:20:16 -0800
committerEric Anholt <eric@anholt.net>2021-02-04 14:49:59 -0800
commit3a5bdd6cf77511ae8a219db6f1aa6d8e46c26fe4 (patch)
tree1eb77719357675ab64d4c81f04cc3a403f2914f5 /.gitlab-ci
parent59f047e6e70bf8ebce1921707ecd75252c9d0f41 (diff)
freedreno/a6xx: Add support for glDrawTransformFeedback().
It's exposed with ARB_tf2, which we claimed support for. All the KHR-GL33 TF tests pass for me locally except for no_errors, which I have some outstanding fixes for with khronos. Our CI build seems to be having some issue with exceptions inside of deqp. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8843>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/deqp-freedreno-a630-fails.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitlab-ci/deqp-freedreno-a630-fails.txt b/.gitlab-ci/deqp-freedreno-a630-fails.txt
index 0a4c87a0eb7..c40d21a118d 100644
--- a/.gitlab-ci/deqp-freedreno-a630-fails.txt
+++ b/.gitlab-ci/deqp-freedreno-a630-fails.txt
@@ -4,9 +4,8 @@ KHR-GL33.transform_feedback.api_errors_test,Fail
KHR-GL33.transform_feedback.capture_vertex_interleaved_test,Fail
KHR-GL33.transform_feedback.capture_vertex_separate_test,Fail
KHR-GL33.transform_feedback.discard_vertex_test,Fail
-KHR-GL33.transform_feedback.draw_xfb_feedbackk_test,Fail
-KHR-GL33.transform_feedback.draw_xfb_instanced_test,Fail
-KHR-GL33.transform_feedback.draw_xfb_test,Fail
+KHR-GL33.transform_feedback.draw_xfb_instanced_test,Crash
+KHR-GL33.transform_feedback.draw_xfb_stream_instanced_test,Crash
KHR-GL33.transform_feedback.query_vertex_interleaved_test,Fail
KHR-GL33.transform_feedback.query_vertex_separate_test,Fail
KHR-GL33.cull_distance.coverage,Fail