mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 22:10:10 +01:00
v3d/compiler: Lower load_output after logic operations
Fixes: 42154029fc ("v3d/compiler: Implement software blend lowering")
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35820>
This commit is contained in:
parent
0a640f42c5
commit
9263e1838b
1 changed files with 1 additions and 1 deletions
|
|
@ -1112,8 +1112,8 @@ v3d_nir_lower_fs_early(struct v3d_compile *c)
|
|||
NIR_PASS(_, c->s, v3d_nir_lower_blend, c);
|
||||
}
|
||||
|
||||
NIR_PASS(_, c->s, v3d_nir_lower_load_output, c);
|
||||
NIR_PASS(_, c->s, v3d_nir_lower_logic_ops, c);
|
||||
NIR_PASS(_, c->s, v3d_nir_lower_load_output, c);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue