mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
agx: call nir_lower_is_helper_invocation
needed for next patch. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Reviewed-by: Mary Guillemard <mary.guillemard@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33939>
This commit is contained in:
parent
47659ddf70
commit
d92304852a
1 changed files with 1 additions and 0 deletions
|
|
@ -3705,6 +3705,7 @@ agx_preprocess_nir(nir_shader *nir)
|
|||
|
||||
if (nir->info.stage == MESA_SHADER_FRAGMENT) {
|
||||
NIR_PASS(_, nir, agx_nir_lower_frag_sidefx);
|
||||
NIR_PASS(_, nir, nir_lower_is_helper_invocation);
|
||||
}
|
||||
|
||||
/* Clean up deref gunk after lowering I/O */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue