Mesa (master): pan/bi: Don't reference nir_lower_mediump_outputs

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon May 3 15:29:40 UTC 2021


Module: Mesa
Branch: master
Commit: 68c4a3043402fc89d134d19dd3fd69633db7c481
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=68c4a3043402fc89d134d19dd3fd69633db7c481

Author: Alyssa Rosenzweig <alyssa at collabora.com>
Date:   Wed Apr 21 14:54:00 2021 -0400

pan/bi: Don't reference nir_lower_mediump_outputs

Nonexistant.

Signed-off-by: Alyssa Rosenzweig <alyssa at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10392>

---

 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);
 



More information about the mesa-commit mailing list