Mesa (main): panfrost/ci: Don't skip matrix inverse tests

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Aug 24 18:27:49 UTC 2021


Module: Mesa
Branch: main
Commit: 67821af1de8100c069df9bf600e65a02f61a2ce4
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=67821af1de8100c069df9bf600e65a02f61a2ce4

Author: Alyssa Rosenzweig <alyssa at collabora.com>
Date:   Mon Aug 23 20:12:54 2021 -0400

panfrost/ci: Don't skip matrix inverse tests

Older versions of these tests were buggy and failed on Bifrost. The test
bug has been resolved upstream, but the skip list was not updated when
dEQP was uprevved with the fix. Run the tests.

Signed-off-by: Alyssa Rosenzweig <alyssa at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12313>

---

 src/gallium/drivers/panfrost/ci/deqp-panfrost-g52-skips.txt | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/gallium/drivers/panfrost/ci/deqp-panfrost-g52-skips.txt b/src/gallium/drivers/panfrost/ci/deqp-panfrost-g52-skips.txt
index 1147d8f739d..5c2544f59bf 100644
--- a/src/gallium/drivers/panfrost/ci/deqp-panfrost-g52-skips.txt
+++ b/src/gallium/drivers/panfrost/ci/deqp-panfrost-g52-skips.txt
@@ -5,10 +5,3 @@
 # Some compute jobs take more 0.5s, the maximum allowed by the
 # kernel driver
 dEQP-GLES31.functional.draw_indirect.compute_interop.large.*
-
-# Numerical instability causes failures with FP16. Forcing highp in the GLSL
-# compiler is one workaround, but these tests are suspected to be buggy with a
-# fix pending upstream. See
-# https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10394
-dEQP-GLES3.functional.shaders.matrix.inverse.dynamic.mediump_mat2_float_vertex
-dEQP-GLES3.functional.shaders.matrix.inverse.dynamic.lowp_mat2_float_vertex



More information about the mesa-commit mailing list