pan/bi: Don't suppress Inf/NaN
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Mon, 11 Jan 2021 17:57:50 +0000 (12:57 -0500)
committerMarge Bot <eric+marge@anholt.net>
Mon, 11 Jan 2021 22:28:57 +0000 (22:28 +0000)
glmark2 was fixed upstream and we don't have Bifrost trace testing
anyway. Fixes isinf/isnan tests.

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

src/panfrost/bifrost/bi_pack.c

index 56c0175..1c7d14f 100644 (file)
@@ -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;