mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 12:50:12 +01:00
pan/bi: Don't reference nir_lower_mediump_outputs
Nonexistant. Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10392>
This commit is contained in:
parent
1cb11969be
commit
68c4a30434
1 changed files with 0 additions and 2 deletions
|
|
@ -3041,8 +3041,6 @@ bifrost_compile_shader_nir(nir_shader *nir,
|
|||
NIR_PASS_V(nir, pan_nir_lower_zs_store);
|
||||
NIR_PASS_V(nir, pan_lower_sample_pos);
|
||||
NIR_PASS_V(nir, bifrost_nir_lower_i8_fragout);
|
||||
// TODO: re-enable when fp16 is flipped on
|
||||
// NIR_PASS_V(nir, nir_lower_mediump_outputs);
|
||||
|
||||
bi_optimize_nir(nir, ctx->inputs->is_blend);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue