From 68c4a3043402fc89d134d19dd3fd69633db7c481 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Wed, 21 Apr 2021 14:54:00 -0400 Subject: [PATCH] pan/bi: Don't reference nir_lower_mediump_outputs Nonexistant. Signed-off-by: Alyssa Rosenzweig Part-of: --- src/panfrost/bifrost/bifrost_compile.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/panfrost/bifrost/bifrost_compile.c b/src/panfrost/bifrost/bifrost_compile.c index d24195754da..091b3d4674d 100644 --- a/src/panfrost/bifrost/bifrost_compile.c +++ b/src/panfrost/bifrost/bifrost_compile.c @@ -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);