pan/bi: Don't set the back-to-back bit yet

This is bad for performance but we can't assume it's true without some
analysis, which we presently don't do. Leave it for future work and
don't break the present.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4396>
This commit is contained in:
Alyssa Rosenzweig 2020-03-31 13:05:02 -04:00 committed by Marge Bot
parent 0b241c70b6
commit ae4f48b2bc
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ bi_schedule(bi_context *ctx)
ids = ids & 1;
last_id = u->scoreboard_id;
u->back_to_back = true;
u->back_to_back = false;
u->constant_count = 1;
u->constants[0] = ins->constant.u64;