mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
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@collabora.com> Tested-by: Maciej Matuszczyk <maccraft123mc@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8427>
This commit is contained in:
parent
d0c35f46af
commit
fc3ac6fe55
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue