mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 13:30:11 +01:00
panfrost: Set the RT index when emitting a Bifrost blend descriptor
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8417>
This commit is contained in:
parent
2085381432
commit
372a3a1410
1 changed files with 1 additions and 0 deletions
|
|
@ -324,6 +324,7 @@ panfrost_emit_bifrost_blend(struct panfrost_batch *batch,
|
|||
panfrost_format_to_bifrost_blend(dev, format_desc, true);
|
||||
cfg.bifrost.internal.fixed_function.conversion.register_format =
|
||||
fs->blend_types[i];
|
||||
cfg.bifrost.internal.fixed_function.rt = i;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue