mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 08:10:09 +01:00
pan/decode: Print Bifrost blend descriptor
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4505>
This commit is contained in:
parent
80dd692813
commit
65e2eaa4d3
1 changed files with 1 additions and 1 deletions
|
|
@ -2370,7 +2370,7 @@ pandecode_vertex_tiler_postfix_pre(
|
|||
/* MRT blend fields are used whenever MFBD is used, with
|
||||
* per-RT descriptors */
|
||||
|
||||
if (job_type == JOB_TYPE_TILER && p->shared_memory & MALI_MFBD) {
|
||||
if (job_type == JOB_TYPE_TILER && (is_bifrost || p->shared_memory & MALI_MFBD)) {
|
||||
void* blend_base = (void *) (s + 1);
|
||||
|
||||
for (unsigned i = 0; i < fbd_info.rt_count; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue