Mesa (master): pan/bi: Don't suppress Inf/NaN

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jan 11 22:43:58 UTC 2021


Module: Mesa
Branch: master
Commit: fc3ac6fe557c99235c09568c3e37b7f922e702f5
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fc3ac6fe557c99235c09568c3e37b7f922e702f5

Author: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Date:   Mon Jan 11 12:57:50 2021 -0500

pan/bi: Don't suppress Inf/NaN

glmark2 was fixed upstream and we don't have Bifrost trace testing
anyway. Fixes isinf/isnan tests.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Tested-by: Maciej Matuszczyk <maccraft123mc at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8427>

---

 src/panfrost/bifrost/bi_pack.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/panfrost/bifrost/bi_pack.c b/src/panfrost/bifrost/bi_pack.c
index 56c0175e7b4..1c7d14f9e6d 100644
--- a/src/panfrost/bifrost/bi_pack.c
+++ b/src/panfrost/bifrost/bi_pack.c
@@ -48,8 +48,6 @@ bi_pack_header(bi_clause *clause, bi_clause *next_1, bi_clause *next_2, bool tdd
                 .dependency_slot = clause->scoreboard_id,
                 .message_type = clause->message_type,
                 .next_message_type = next_1 ? next_1->message_type : 0,
-                .suppress_inf = true,
-                .suppress_nan = true,
         };
 
         uint64_t u = 0;



More information about the mesa-commit mailing list