mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
asahi/lib: Don't use deprecated NIR_PASS_V macro
Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35479>
This commit is contained in:
parent
350eccd032
commit
f261370995
1 changed files with 1 additions and 1 deletions
|
|
@ -717,7 +717,7 @@ agx_nir_fs_prolog(nir_builder *b, const void *key_)
|
|||
}
|
||||
|
||||
if (key->polygon_stipple) {
|
||||
NIR_PASS_V(b->shader, agx_nir_lower_poly_stipple);
|
||||
NIR_PASS(_, b->shader, agx_nir_lower_poly_stipple);
|
||||
}
|
||||
|
||||
/* Then, lower the prolog */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue